pub type ICMENUMPROCW = Option<unsafe extern "C" fn(arg1: LPWSTR, arg2: LPARAM) -> c_int>;
pub enum ICMENUMPROCW { None, Some(unsafe extern "C" fn(*mut u16, i64) -> i32), }
No value.
Some value of type T.
T