pub unsafe extern "C" fn PyMapping_HasKeyWithError( o: *mut PyObject, key: *mut PyObject, ) -> i32
Py_3_13