signal_buffer_data

Function signal_buffer_data 

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