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