Function PyObject_GenericGetDict
pub unsafe extern "C" fn PyObject_GenericGetDict(
arg1: *mut PyObject,
arg2: *mut c_void,
) -> *mut PyObjectAvailable on crate feature
tls and not (Py_LIMITED_API and non-Py_3_10) only.