I\'m new to Kotlin/Native! I\'d like to create an array of CPointers to pass it around, but having hard time creating one.
In C/C++ void* a[] = {test} is
void* a[] = {test}