pub type Callback = Box<dyn Fn(Value) + Send + Sync + 'static>;
pub struct Callback(/* private fields */);