pub unsafe extern "C" fn bit_buffer_append_byte(
buf: *mut BitBuffer,
byte: u8,
)Expand description
Append a byte to a BitBuffer instance.
The destination capacity must be no less its original data size plus one.
ยงArguments
buf(direction in, out) - pointer to a BitBuffer instance to be appended tobyte(direction in) - byte value to be appended