pub unsafe extern "system" fn u_strCompare(
    s1: *const u16,
    length1: i32,
    s2: *const u16,
    length2: i32,
    codepointorder: i8
) -> i32
Expand description

Required features: "Win32_Globalization"