pub type Timeslot = Vec<u8>;
struct Timeslot { buf: RawVec<u8>, len: usize, }
buf: RawVec<u8>
len: usize