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