pub type SequenceOfFmt<C> = BerSequenceOfFmt<C>;
pub struct SequenceOfFmt<C>(pub Tag, pub C);
0: Tag
1: C