Under Itanium mangling, consider void h(int*, int*) where both parameters are the identical type int*. How is the second parameter encoded?void h(int*, int*); // mangles to _Z1hPiS_