Function windows::Win32::UI::Shell::PathCombineA

pub unsafe fn PathCombineA<P0, P1>(
    pszdest: &mut [u8; 260],
    pszdir: P0,
    pszfile: P1,
) -> PSTR
where P0: Param<PCSTR>, P1: Param<PCSTR>,