Function flipperzero_sys::bit_buffer_alloc

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

Allocate a BitBuffer instance.

§Arguments

  • [in] - capacity_bytes maximum buffer capacity, in bytes

§Returns

pointer to the allocated BitBuffer instance