What is the correct way to replicate the behavior ...
# kotlin-native
s
What is the correct way to replicate the behavior of a
static void*
attribute in Kotlin? Specifically a static reference to a function pointer. Does
val foo = staticCFunction(::<FunName>)
do this correctly?
d
Pretty much.