pub unsafe extern "C" fn aws_string_eq_ignore_case(
    a: *const aws_string,
    b: *const aws_string
) -> bool
Expand description

Returns true if bytes of string are equivalent, using a case-insensitive comparison.