cValuesOf
Returns sequence of immutable values CValues to pass them to C code.
fun <T : CPointed> cValuesOf(
vararg elements: CPointer<T>?
): CValues<CPointerVar<T>>
Returns sequence of immutable values CValues to pass them to C code.
fun <T : CPointed> cValuesOf(
vararg elements: CPointer<T>?
): CValues<CPointerVar<T>>