pub unsafe extern "C" fn aws_byte_cursor_starts_with(
    input: *const aws_byte_cursor,
    prefix: *const aws_byte_cursor
) -> bool
Expand description

Return true if the input starts with the prefix (exact byte comparison).