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