pub unsafe extern "C" fn iio_channel_set_data(
    chn: *mut iio_channel,
    data: *mut c_void
)
Expand description

@brief Associate a pointer to an iio_channel structure @param chn A pointer to an iio_channel structure @param data The pointer to be associated