Function windows_sys::Win32::Globalization::CompareStringEx

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