unsafe extern "C" fn rs_iterator_copy<T, I: IteratorImpl<T>>( it: *const GstIterator, copy: *mut GstIterator, )where for<'a> T: FromValue<'a> + StaticType + ToValue + Send + 'static,