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

Returns true if the byte cursor’s range of bytes all satisfy the predicate