Function windows::Win32::Globalization::GetLocaleInfoEx

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