pub unsafe fn UrlCombineW<P0, P1>( pszbase: P0, pszrelative: P1, pszcombined: Option<PWSTR>, pcchcombined: *mut u32, dwflags: u32, ) -> Result<()>where P0: Param<PCWSTR>, P1: Param<PCWSTR>,