Function windows::Win32::UI::Shell::UrlCombineA

pub unsafe fn UrlCombineA<P0, P1>(
    pszbase: P0,
    pszrelative: P1,
    pszcombined: PSTR,
    pcchcombined: *mut u32,
    dwflags: u32
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,