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