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