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