pub type FREEOBJPROC = Option<unsafe extern "system" fn(pdriverobj: *mut DRIVEROBJ) -> BOOL>;
pub enum FREEOBJPROC { None, Some(unsafe extern "system" fn(*mut DRIVEROBJ) -> BOOL), }
No value.
Some value of type T.
T