pub type hashfunc = Option<unsafe extern "C" fn(arg1: *mut PyObject) -> Py_hash_t>;
enum hashfunc { None, Some(unsafe extern "C" fn(_: *mut _object) -> isize), }
No value.
Some value of type T.
T