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

Perform a case-insensitive string comparison of two aws_byte_buf structures. Return whether their contents are equivalent. The “C” locale is used for comparing upper and lowercase letters. Data is assumed to be ASCII text, UTF-8 will work fine too.