pub unsafe fn to_complex_group<T, U>( iter: impl Iterator<Item = T>, ) -> *mut *mut Uwhere U: FFIConversionTo<T>,