pub unsafe extern "C" fn iio_channel_get_data(
    chn: *const iio_channel
) -> *mut c_void
Expand description

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