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