pub type WebViewEvents = Arc<Mutex<Vec<WebViewLifecycleEvent>>>;
pub struct WebViewEvents { /* private fields */ }