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