Following from #1203, I get:
somelib/OpaqueCallbacks.kt: (57, 28) Return type mismatch: expected 'Pointer', actual 'MyString'.
Which I think is part of the same issues that #1202 documents, that being that Kotlin doesn't know how to handle opaque references.
Following from #1203, I get:
Which I think is part of the same issues that #1202 documents, that being that Kotlin doesn't know how to handle opaque references.