pub type PFN_SC_NOTIFY_CALLBACK = Option<unsafe extern "C" fn(pParameter: PVOID)>;
pub enum PFN_SC_NOTIFY_CALLBACK { None, Some(unsafe extern "C" fn(*mut c_void)), }
No value.
Some value of type T.
T