pub trait ICoreWebView2FrameInfo_Impl: Sized { fn Name(&self, name: *mut PWSTR) -> Result<()>; fn Source(&self, source: *mut PWSTR) -> Result<()>; }