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.
pub unsafe extern "C" fn aws_string_eq_ignore_case(
a: *const aws_string,
b: *const aws_string
) -> bool
Returns true if bytes of string are equivalent, using a case-insensitive comparison.