Function windows::Win32::Globalization::LCMapStringEx

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