Is there an easy way to convert a CValue to a CPoi...
# kotlin-native
a
Is there an easy way to convert a CValue to a CPointer ?
l
What
CValue
instance do you have?
a
Complex structure, but I believe my approach is incorrect. I'm working on a binding over KNative, Android, and JVM. I think I need to handle
CValue
and
CReference
differently instead of treating them as
CReference
uniformly on top of all target.