pub(crate) type Uint8ClampedArray = TypedArray<ClampedU8, *mut JSObject>;
pub(crate) struct Uint8ClampedArray { /* private fields */ }