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