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