refTo
fun ByteArray.refTo(index: Int): CValuesRef<ByteVar>fun ShortArray.refTo(index: Int): CValuesRef<ShortVar>fun IntArray.refTo(index: Int): CValuesRef<IntVar>fun LongArray.refTo(index: Int): CValuesRef<LongVar>fun UByteArray.refTo(index: Int): CValuesRef<UByteVar>fun UShortArray.refTo(index: Int): CValuesRef<UShortVar>fun UIntArray.refTo(index: Int): CValuesRef<UIntVar>fun ULongArray.refTo(index: Int): CValuesRef<ULongVar>fun FloatArray.refTo(index: Int): CValuesRef<FloatVar>fun DoubleArray.refTo(index: Int): CValuesRef<DoubleVar>