toCValues
fun ShortArray.toCValues(): CValues<ShortVar>fun FloatArray.toCValues(): CValues<FloatVar>fun DoubleArray.toCValues(): CValues<DoubleVar>fun <T : CPointed> Array<CPointer<T>?>.toCValues(): CValues<CPointerVar<T>>fun <T : CPointed> List<CPointer<T>?>.toCValues(): CValues<CPointerVar<T>>fun UByteArray.toCValues(): CValues<UByteVar>fun UShortArray.toCValues(): CValues<UShortVar>fun ULongArray.toCValues(): CValues<ULongVar>