pub type BerSize = Length;
enum BerSize { Definite(usize), Indefinite, }
Definite form (X.690 8.1.3.3)
Indefinite form (X.690 8.1.3.6)