pub type HeapInt8Array = TypedArray<Int8, Box<Heap<*mut JSObject>>>;
pub struct HeapInt8Array { /* private fields */ }