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