windows::Win32::UI::Shell

Function PathCombineA

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