pub type ICMENUMPROCA = Option<unsafe extern "system" fn(LPSTR, LPARAM) -> c_int>;
enum ICMENUMPROCA { None, Some(unsafe extern "system" fn(_: *mut i8, _: isize) -> i32), }
No value.
Some value of type T.
T