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