pub type SetOfTlvFmt<C> = ASN1Fmt<SetOfFmt<C>, DER>;
pub struct SetOfTlvFmt<C>(pub Tag, pub SetOfFmt<C>);
0: Tag
1: SetOfFmt<C>