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