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