Is there a way to wrap a CVariable into a CValuesR...
# kotlin-native
n
Is there a way to wrap a CVariable into a CValuesRef?
Very close to the point where the MQTT program will compile without any errors (have two errors left to resolve).
o
what exactly are you trying to achieve?
n
o
you just missing
ptr
extension function,
import kotlinx.cinterop.*
helps
👍 2