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