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