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