Function windows::Win32::UI::Shell::PathCombineW

pub unsafe fn PathCombineW<P0, P1>(
    pszdest: &mut [u16; 260],
    pszdir: P0,
    pszfile: P1
) -> PWSTR
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,