pub unsafe extern "C" fn aws_byte_cursor_eq_c_str(
    cursor: *const aws_byte_cursor,
    c_str: *const c_char
) -> bool
Expand description

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