fn eqlIgnoreCaseUtf8(a: []const u8, b: []const u8) bool

Compares two UTF-8 strings using the equivalent functionality of RtlEqualUnicodeString (with case insensitive comparison enabled). This function can be called on any target. Assumes a and b are valid UTF-8.

Parameters

a: []const u8,
b: []const u8,