pub trait ICoreWebView2Settings2_Impl: Sized + ICoreWebView2Settings_Impl {
// Required methods
fn UserAgent(&self, useragent: *mut PWSTR) -> Result<()>;
fn SetUserAgent(&self, useragent: &PCWSTR) -> Result<()>;
}
pub trait ICoreWebView2Settings2_Impl: Sized + ICoreWebView2Settings_Impl {
// Required methods
fn UserAgent(&self, useragent: *mut PWSTR) -> Result<()>;
fn SetUserAgent(&self, useragent: &PCWSTR) -> Result<()>;
}