signal_buffer_const_data

Function signal_buffer_const_data 

Source
pub unsafe extern "C" fn signal_buffer_const_data(
    buffer: *const signal_buffer,
) -> *const u8
Expand description

Gets the data pointer for the buffer. This can be used to read and write data stored in the buffer.

@param buffer pointer to the buffer instance @return data pointer