The parameters in C Pointer function only support Int? <https://kotlinlang.org/docs/mapping-function...
t
l
You can have parameters other than int in a CFunction. Their example just used (Int) -> Int. Any Primitive or CValue should work.