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