Type Alias python3_sys::hashfunc

source ยท
pub type hashfunc = unsafe extern "C" fn(arg1: *mut PyObject) -> Py_hash_t;