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