pub type WebviewEventHandler = Box<dyn Fn(&WebviewEvent) + Send>;
struct WebviewEventHandler(/* private fields */);