pub unsafe extern "C" fn aws_byte_buf_eq_c_str(
    buf: *const aws_byte_buf,
    c_str: *const c_char
) -> bool
Expand description

Compare an aws_byte_buf and a null-terminated string. Returns true if their contents are equivalent. The buffer should NOT contain a null-terminator, or the comparison will always return false.