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