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