Function CompareStringEx
pub unsafe fn CompareStringEx<P0>(
lplocalename: P0,
dwcmpflags: COMPARE_STRING_FLAGS,
lpstring1: &[u16],
lpstring2: &[u16],
lpversioninformation: Option<*const NLSVERSIONINFO>,
lpreserved: Option<*const c_void>,
lparam: Option<LPARAM>,
) -> COMPARESTRING_RESULTwhere
P0: Param<PCWSTR>,