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