pub unsafe fn WindowsCompareStringOrdinal(
    string1: &HSTRING,
    string2: &HSTRING
) -> Result<i32>