Type Definition getattrfunc
python3_sys
type getattrfunc = unsafe extern "C" fn(_: *mut PyObject, _: *mut c_char) -> *mut PyObject;