Function FindNLSStringEx
pub unsafe fn FindNLSStringEx<P0>(
lplocalename: P0,
dwfindnlsstringflags: u32,
lpstringsource: &[u16],
lpstringvalue: &[u16],
pcchfound: Option<*mut i32>,
lpversioninformation: Option<*const NLSVERSIONINFO>,
lpreserved: Option<*const c_void>,
sorthandle: LPARAM,
) -> i32where
P0: Param<PCWSTR>,