pub unsafe extern "C" fn aws_byte_buf_is_valid(
buf: *const aws_byte_buf
) -> bool
Expand description
Evaluates the set of properties that define the shape of all valid aws_byte_buf structures. It is also a cheap check, in the sense it run in constant time (i.e., no loops or recursion).