Does anyone know if this is a known issue, or if I...
# kotlin-native
n
Does anyone know if this is a known issue, or if I'm doing something wrong? I seen unable to create a
staticCFunction
returning a
CValuesRef<ByteVar>
for some reason. Even the following fails with "Internal compiler error: Doesn't correspond to any C type":
staticCFunction<CValuesRef<ByteVar>> { "".cstr }