webview2_com::Windows::Win32::System::Com

Function CoCreateInstance

Source
pub unsafe fn CoCreateInstance<'a, T>(
    rclsid: *const Guid,
    punkouter: impl IntoParam<'a, IUnknown>,
    dwclscontext: CLSCTX,
) -> Result<T, Error>
where T: Interface,