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