pub fn to_bytes<T: Pod + ToBytes>(data: &[T]) -> Bytes
Convert the values in data into an owned buffer of little-endian bytes
data