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