Function to_complex_group

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

ยงSafety