pub unsafe fn PyObject_DelAttrString( o: *mut PyObject, attr_name: *const i8, ) -> i32
Py_3_13
PyPy
Py_3_11