bit_buffer_set_size_bytes

Function bit_buffer_set_size_bytes 

Source
pub unsafe extern "C" fn bit_buffer_set_size_bytes(
    buf: *mut BitBuffer,
    new_size_bytes: usize,
)
Expand description

Resize a BitBuffer instance to a new size, in bytes.

May cause bugs. Use only if absolutely necessary.

ยงArguments

  • buf (direction in, out) - pointer to a BitBuffer instance to be resized
  • new_size_bytes (direction in) - the new size of the buffer, in bytes