Function flipperzero_sys::bit_buffer_get_data

source ·
pub unsafe extern "C" fn bit_buffer_get_data(
    buf: *const BitBuffer,
) -> *const u8
Expand description

Get the pointer to a BitBuffer instance’s underlying data.

§Arguments

  • [in] - buf pointer to a BitBuffer instance to be queried

§Returns

pointer to the underlying data