windows::Win32::Globalization

Function SetLocaleInfoW

pub unsafe fn SetLocaleInfoW<P2>(
    locale: u32,
    lctype: u32,
    lplcdata: P2,
) -> Result<()>
where P2: Param<PCWSTR>,