pub type SPNOTIFYCALLBACK = Option<unsafe extern "system" fn(wParam: WPARAM, lParam: LPARAM)>;
pub enum SPNOTIFYCALLBACK { None, Some(unsafe extern "system" fn(usize, isize)), }
No value.
Some value of type T.
T