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