pub type EventHandlerAsyncCallback<O, A> = dyn FnMut(O, A) -> Pin<Box<dyn Future<Output = ()> + 'static>> + Send + 'static;