pub type EventCallbackFn = Box<dyn Fn(&str, &str) + Send + Sync>;
pub struct EventCallbackFn(/* private fields */);