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