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