pub type Segment = FixedVec<u8, ConstU32<{ _ }>>;
A segment of data.
struct Segment(/* private fields */);