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

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