Function bytes_of_slice

fn bytes_of_slice<T: Pod>(val: &[T]) -> &[u8]

Cast a slice of a Pod type to a byte slice.