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