pub fn pack_into<T>(v: &T, output: &mut Vec<u8>) -> VersionstampOffsetwhere T: TuplePack,
Pack value into the given buffer
Panics if the encoded data size doesn’t fit in u32.
u32