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