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