is there a way to convert a NativePtr to a COpaque...
# kotlin-native
a
is there a way to convert a NativePtr to a COpaquePointer ?
Copy code
interpretCPointer<COpaque>(myobject.objcPtr())
seem to work