windows::Win32::Globalization

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_RESULT
where P0: Param<PCWSTR>,