pub type Context = Context;
#[repr(transparent)]pub struct Context(pub Box<dyn Any + Send>);
0: Box<dyn Any + Send>