pub type EventHandler = Box<dyn Fn(Vec<u8>) -> Pin<Box<dyn Future<Output = ()> + Send>> + Send + Sync>;
pub struct EventHandler(/* private fields */);