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