pub type LANGGROUPLOCALE_ENUMPROCW = Option<unsafe extern "C" fn(arg1: LGRPID, arg2: LCID, arg3: LPWSTR, arg4: LONG_PTR) -> BOOL>;Aliased Type§
pub enum LANGGROUPLOCALE_ENUMPROCW {
None,
Some(unsafe extern "C" fn(u32, u32, *mut u16, i64) -> i32),
}