pub unsafe fn CreateCoreWebView2Environment<P0>(
    environmentcreatedhandler: P0
) -> Result<()>where
    P0: Into<InParam<ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler>>,