pub unsafe extern "C" fn aws_byte_buf_write_u8(
    buf: *mut aws_byte_buf,
    c: u8
) -> bool
Expand description

Copies one byte to buffer.

On success, returns true and updates the cursor /length accordingly.

If there is insufficient space in the buffer, returns false, leaving the buffer unchanged.