pub fn poke_into_vec<T: Poke>(src: &T, dst: &mut Vec<u8>)
Poke helper to append a serialized version of src to the end of dst.
src
dst