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