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