Function flipperzero_sys::bit_buffer_append

source ·
pub unsafe extern "C" fn bit_buffer_append(
    buf: *mut BitBuffer,
    other: *const BitBuffer,
)
Expand description

Append all BitBuffer’s instance contents to this one. The destination capacity must be no less than its original data size plus source data size.

§Arguments

  • [in,out] - buf pointer to a BitBuffer instance to be appended to
  • [in] - other pointer to a BitBuffer instance to be appended