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