pub type EventCallback = Box<dyn Fn(&WaveEvent) + Send + Sync>;
Callback type for event listeners.
pub struct EventCallback(/* private fields */);