pub unsafe extern "C" fn iio_buffer_get_data(
    buf: *const iio_buffer
) -> *mut c_void
Expand description

@brief Retrieve a previously associated pointer of an iio_buffer structure @param buf A pointer to an iio_buffer structure @return The pointer previously associated if present, or NULL