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