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