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