pub fn array_as_u8_slice<T: Sized + Pod>(v: &[T]) -> &[u8] ⓘ
“Transmutes” array of any sized type to a slice of bytes.