pub type HashAllocFunc = Option<unsafe extern "C" fn(request: Size) -> *mut c_void>;
enum HashAllocFunc { None, Some(unsafe extern "C" fn(_: usize) -> *mut c_void), }
No value.
Some value of type T.
T