pub type ContextCallback = Arc<dyn Fn(&Context) + Send + Sync>;
Generic event callback.
struct ContextCallback { /* private fields */ }