pub trait ICoreWebView2ProcessInfo_Impl: Sized { fn ProcessId(&self, value: *mut i32) -> Result<()>; fn Kind(&self, kind: *mut COREWEBVIEW2_PROCESS_KIND) -> Result<()>; }