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

Required features: "Win32_Globalization", "Win32_Foundation"