pub unsafe extern "C" fn PyMapping_HasKeyStringWithError( o: *mut PyObject, key: *const c_char, ) -> c_int
Py_3_13