pub unsafe extern "C" fn iio_device_get_channels_count(
    dev: *const iio_device
) -> c_uint
Expand description

@brief Enumerate the channels of the given device @param dev A pointer to an iio_device structure @return The number of channels found