pub fn transmute_slice<T: Sized, U: Sized>(v: &[T]) -> &[U]
“Transmutes” array of any sized type to a slice of some other type.