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: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,