How do I call a C function pointer from Kotlin? Li...
# kotlin-native
d
How do I call a C function pointer from Kotlin? Like the
CPointer<CFunction<...>>
type.