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