Function webview2_com_sys::Microsoft::Web::WebView2::Win32::CreateCoreWebView2EnvironmentWithOptions
source ยท pub unsafe fn CreateCoreWebView2EnvironmentWithOptions<P0, P1, P2, P3>(
browserexecutablefolder: P0,
userdatafolder: P1,
environmentoptions: P2,
environmentcreatedhandler: P3,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<ICoreWebView2EnvironmentOptions>,
P3: Param<ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler>,