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