pub unsafe extern "system" fn CompareStringEx(
    lplocalename: PCWSTR,
    dwcmpflags: COMPARE_STRING_FLAGS,
    lpstring1: PCWSTR,
    cchcount1: i32,
    lpstring2: PCWSTR,
    cchcount2: i32,
    lpversioninformation: *const NLSVERSIONINFO,
    lpreserved: *const c_void,
    lparam: LPARAM
) -> COMPARESTRING_RESULT
Expand description

Required features: "Win32_Foundation"