Function PyObject_DelAttr
pub unsafe fn PyObject_DelAttr(
o: *mut PyObject,
attr_name: *mut PyObject,
) -> i32Available on crate feature
tls and non-Py_3_13 and not (PyPy and non-Py_3_11) only.