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

Compare two aws_byte_buf structures. Return whether their contents are equivalent.