pub trait ICoreWebView2StringCollection_Impl { fn Count(&self, value: *mut u32) -> Result<(), Error>; fn GetValueAtIndex(&self, index: u32, value: *mut PWSTR) -> Result<(), Error>; }