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