Function windows::Win32::UI::Shell::UrlCombineW

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