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