pub trait ICoreWebView2Settings5_Impl: Sized + ICoreWebView2Settings4_Impl {
// Required methods
fn IsPinchZoomEnabled(&self, enabled: *mut BOOL) -> Result<()>;
fn SetIsPinchZoomEnabled(&self, enabled: BOOL) -> Result<()>;
}
pub trait ICoreWebView2Settings5_Impl: Sized + ICoreWebView2Settings4_Impl {
// Required methods
fn IsPinchZoomEnabled(&self, enabled: *mut BOOL) -> Result<()>;
fn SetIsPinchZoomEnabled(&self, enabled: BOOL) -> Result<()>;
}