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