If I have a C library compiled for Android (and corresponding C header), can I use cinterop to create a klib that I can call from within a kotlin/native multiplatform Android app? Does that make sense or is there a simpler way? I’d like to use cinterop to generate bindings instead of hand written JNI.