pub unsafe fn UrlCombineW<'a>( pszbase: impl IntoParam<'a, PWSTR>, pszrelative: impl IntoParam<'a, PWSTR>, pszcombined: PWSTR, pcchcombined: *mut u32, dwflags: u32, ) -> Result<()>