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