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