I am trying to change a slice to an array without allocating any more space.
I have tried reflect or unsafe.Point to solve the problem, but none of them worked.