pub unsafe extern "C" fn aws_byte_cursor_is_valid(
    cursor: *const aws_byte_cursor
) -> bool
Expand description

Evaluates the set of properties that define the shape of all valid aws_byte_cursor structures. It is also a cheap check, in the sense it runs in constant time (i.e., no loops or recursion).