pub type RootedBigInt = Rooted<*mut BigInt>;
struct RootedBigInt { pub vtable: (), pub base: RootedBase, pub ptr: *mut BigInt, }
vtable: ()
base: RootedBase
ptr: *mut BigInt