pub unsafe fn CreateCoreWebView2EnvironmentWithOptions<P0, P1, P2, P3>(
    browserexecutablefolder: P0,
    userdatafolder: P1,
    environmentoptions: P2,
    environmentcreatedhandler: P3
) -> Result<(), Error>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<ICoreWebView2EnvironmentOptions>, P3: IntoParam<ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler>,