pub unsafe extern "C" fn iio_buffer_set_data(
    buf: *mut iio_buffer,
    data: *mut c_void
)
Expand description

@brief Associate a pointer to an iio_buffer structure @param buf A pointer to an iio_buffer structure @param data The pointer to be associated