I have to convert from std::array, 4> to int** because some legacy api expects the result in int**.
I tried to do it like this: