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