pub unsafe extern "C" fn aws_byte_cursor_right_trim_pred(
    source: *const aws_byte_cursor,
    predicate: aws_byte_predicate_fn
) -> aws_byte_cursor
Expand description

Shrinks a byte cursor from the right for as long as the supplied predicate is true