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