pub fn transmute_vec_as_bytes<T: Pod>(vec: Vec<T>) -> Vec<u8> ⓘ
Takes a vector of trivially-copyable values and turns it into a vector of bytes.