pub type SendSyncAnyMap = Map<dyn Any + Send + Sync>;
Sync version
struct SendSyncAnyMap { /* private fields */ }