pub unsafe extern "C" fn _PyDict_Contains_KnownHash(
    op: *mut PyObject,
    key: *mut PyObject,
    hash: Py_hash_t
) -> c_int