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