Type Alias pyo3_ffi::hashfunc

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