windows::Win32::Globalization

Function LCMapStringEx

pub unsafe fn LCMapStringEx<P0>(
    lplocalename: P0,
    dwmapflags: u32,
    lpsrcstr: &[u16],
    lpdeststr: Option<&mut [u16]>,
    lpversioninformation: Option<*const NLSVERSIONINFO>,
    lpreserved: Option<*const c_void>,
    sorthandle: LPARAM,
) -> i32
where P0: Param<PCWSTR>,