Type Definition hashfunc
python3_sys
type hashfunc = unsafe extern "C" fn(_: *mut PyObject) -> Py_hash_t;