I am trying to pass an int array as argument of a function who receives a void * array
The func:
void foo(void *A[], u32 array_length) { for (u32 i