pub type RcAnySendSync = Rc<dyn Any + Send + Sync>;
pub struct RcAnySendSync { /* private fields */ }