pub unsafe extern "C" fn PyObject_HasAttrStringWithError( arg1: *mut PyObject, arg2: *const c_char, ) -> c_int
Py_3_13