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: IntoParam<PCWSTR>, P1: IntoParam<LPARAM>,