toCPointerArray

fun Array<Int>.toCPointerArray(scope: MemScope): CPointer<CPointerVar<IntVar>>
fun Array<ULong>.toCPointerArray(scope: MemScope): CPointer<CPointerVar<ULongVar>>