pub type cache_hash = Option<unsafe extern "C" fn(cached: *const CACHED_GENERIC) -> c_int>;
enum cache_hash { None, Some(unsafe extern "C" fn(_: *const CACHED_GENERIC) -> i32), }
No value.
Some value of type T.
T