pub unsafe fn UrlEscapeW<'a>( pszurl: impl IntoParam<'a, PWSTR>, pszescaped: PWSTR, pcchescaped: *mut u32, dwflags: u32, ) -> Result<()>