pub type EventCallback = Box<dyn FnMut(&Value) + Send>;
Ordered, synchronous event subscriber.
pub struct EventCallback(/* private fields */);