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