pub fn pod_align_to<T: NoUninit, U: AnyBitPattern>( vals: &[T]) -> (&[T], &[U], &[T])
As align_to, but safe because of the Pod bound.
align_to
Pod