pub unsafe extern "C" fn hashfunc<Meth: MethodDef<Func>>(
slf: *mut PyObject,
) -> Py_hash_tExpand description
External symbol called by Python, which calls the provided Rust function.
The Rust function is supplied via the generic parameter Meth.
§Safety
The interpreter must be attached