pub trait ICoreWebView2ControllerOptions2_Impl: Sized + ICoreWebView2ControllerOptions_Impl {
// Required methods
fn ScriptLocale(&self, locale: *mut PWSTR) -> Result<(), Error>;
fn SetScriptLocale(&self, locale: &PCWSTR) -> Result<(), Error>;
}