pub type BigInteger = RootedTraceableBox<HeapUint8Array>;
pub struct BigInteger(/* private fields */);