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