Type Alias simics_api_sys::bindings::hashfunc
source · pub type hashfunc = Option<unsafe extern "C" fn(arg1: *mut PyObject) -> Py_hash_t>;
Aliased Type§
enum hashfunc {
None,
Some(unsafe extern "C" fn(_: *mut _object) -> isize),
}