pub type TableInner<'gc> = RefLock<TableState<'gc>>;
pub struct TableInner<'gc> { /* private fields */ }