pub unsafe extern "C" fn aws_byte_cursor_eq_byte_buf(
a: *const aws_byte_cursor,
b: *const aws_byte_buf
) -> bool
Expand description
Compare an aws_byte_cursor and an aws_byte_buf. Return whether their contents are equivalent.
pub unsafe extern "C" fn aws_byte_cursor_eq_byte_buf(
a: *const aws_byte_cursor,
b: *const aws_byte_buf
) -> bool
Compare an aws_byte_cursor and an aws_byte_buf. Return whether their contents are equivalent.