pub type Attributes = Asn1SequenceOf<Attribute>;
struct Attributes(pub Vec<Attribute>);
0: Vec<Attribute>