I have an issue calling a c library with a string,...
# kotlin-native
c
I have an issue calling a c library with a string, the bindings that are generated have the following annotation on one of the params @kotlinx.cinterop.internal.CCall.CString path: kotlin.String?. All of the docs talk reference cstr but it appears this annotation is doing that transform for us now?