pub unsafe extern "C" fn iio_device_get_data(
    dev: *const iio_device
) -> *mut c_void
Expand description

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