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