pub type HeapInt32Array = TypedArray<Int32, Box<Heap<*mut JSObject>>>;
pub struct HeapInt32Array { /* private fields */ }