pub unsafe extern "C" fn aws_string_eq_byte_cursor(
    str_: *const aws_string,
    cur: *const aws_byte_cursor
) -> bool
Expand description

Returns true if bytes of string and cursor are the same, false otherwise.