pub unsafe extern "C" fn bit_buffer_append_bit(
buf: *mut BitBuffer,
bit: bool,
)Expand description
Append a bit to a BitBuffer instance.
The destination capacity must be sufficient to accommodate the additional bit.
ยงArguments
buf(direction in, out) - pointer to a BitBuffer instance to be appended tobit(direction in) - bit value to be appended