pub type NotificationHookProc = Option<unsafe extern "system" fn(token: *mut usize) -> Status>;
enum NotificationHookProc { None, Some(unsafe extern "system" fn(_: *mut usize) -> i32), }
No value.
Some value of type T.
T