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