pub type BroadcastCallback = Arc<dyn Fn(Value) + Send + Sync + 'static>;
pub struct BroadcastCallback { /* private fields */ }