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