pub unsafe fn GetLocaleInfoEx<P0>(
    lplocalename: P0,
    lctype: u32,
    lplcdata: Option<&mut [u16]>
) -> i32
where P0: IntoParam<PCWSTR>,