pub type EventHandler = Arc<dyn Fn(Value) + Send + Sync>;
Callback type for DAP events received from the adapter.
pub struct EventHandler { /* private fields */ }