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