pub unsafe extern "C" fn signal_buffer_const_data(
buffer: *const signal_buffer,
) -> *const u8Expand 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