pub type RegisteredExtraValue = Box<dyn Any + Send + Sync>;
pub struct RegisteredExtraValue(/* private fields */);