pub type CertificateSerialNumber = Integer;
enum CertificateSerialNumber { Primitive(isize), Variable(Box<BigInt>), }