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