pub unsafe extern "C" fn iio_channel_get_name(
    chn: *const iio_channel
) -> *const c_char
Expand description

@brief Retrieve the channel name (e.g. vccint) @param chn A pointer to an iio_channel structure @return A pointer to a static NULL-terminated string

NOTE: if the channel has no name, NULL is returned.