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