pub type VarIntPrefixedVec<'a, T> = LengthPrefixedVec<'a, VarInt, T>;
pub struct VarIntPrefixedVec<'a, T>(pub Cow<'a, [T]>, _);
0: Cow<'a, [T]>