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