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