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