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