pub fn store_bytes(s: &[u8], out: &mut Vec<u8>)
Append a chunk of data
Extends the output Vec with the passed slice, prepending a 4-byte, little-endian length header so it can be parsed out later.
Vec