bit_buffer_alloc

Function bit_buffer_alloc 

Source
pub unsafe extern "C" fn bit_buffer_alloc(
    capacity_bytes: usize,
) -> *mut BitBuffer
Expand description

Allocate a BitBuffer instance.

§Arguments

  • capacity_bytes (direction in) - maximum buffer capacity, in bytes

§Returns

pointer to the allocated BitBuffer instance