I have a library that will be used by Android and iOS. It needs to use the Opus c-library. In the past, we used JNI and Cocoapods to provide that functionality when they were separate apps. I was wondering if it is possible to use Kotlin's C interop functionality and have this code put into commonMain instead of having expect/actual to use JNI/Cocoapods?