Function PyObject_DelAttr
pub unsafe extern "C" fn PyObject_DelAttr(
arg1: *mut PyObject,
arg2: *mut PyObject,
) -> i32Available on crate feature
tls and (Py_3_13, or PyPy and non-Py_3_11) only.