pub type CAPCONTROLCALLBACK = Option<unsafe extern "system" fn(hwnd: HWND, nstate: i32) -> LRESULT>;
enum CAPCONTROLCALLBACK { None, Some(unsafe extern "system" fn(_: HWND, _: i32) -> LRESULT), }
No value.
Some value of type T.
T