pub unsafe extern "C" fn iio_channel_convert(
    chn: *const iio_channel,
    dst: *mut c_void,
    src: *const c_void
)
Expand description

@brief Convert the sample from hardware format to host format @param chn A pointer to an iio_channel structure @param dst A pointer to the destination buffer where the converted sample should be written @param src A pointer to the source buffer containing the sample