Function 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
buf (direction in) - pointer to a BitBuffer instance to be queried
§Returns
pointer to the underlying data