pub trait ICoreWebView2Settings6_Impl: Sized + ICoreWebView2Settings_Impl + ICoreWebView2Settings2_Impl + ICoreWebView2Settings3_Impl + ICoreWebView2Settings4_Impl + ICoreWebView2Settings5_Impl {
fn IsSwipeNavigationEnabled(&self, enabled: *mut BOOL) -> Result<()>;
fn SetIsSwipeNavigationEnabled(&self, enabled: BOOL) -> Result<()>;
}