const unsafe fn write<T, const N: usize>( to: &mut [MaybeUninit<T>; N], from: &mut impl Iterator<Item = T>, len: usize, )