pub unsafe fn FindNLSStringEx<'a>(
lplocalename: impl IntoParam<'a, PWSTR>,
dwfindnlsstringflags: u32,
lpstringsource: impl IntoParam<'a, PWSTR>,
cchsource: i32,
lpstringvalue: impl IntoParam<'a, PWSTR>,
cchvalue: i32,
pcchfound: *mut i32,
lpversioninformation: *mut NLSVERSIONINFO,
lpreserved: *mut c_void,
sorthandle: impl IntoParam<'a, LPARAM>,
) -> i32