import kotlinx.cinterop.* fun bar() { fun foo(x: CValue) = x staticCFunction(::foo) }