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