pub trait VariableLengthSerialize { // Required method fn serialize_into(self, buf: &mut [u8]) -> Result<usize>; }