redrield
object RustGlue { private external fun greetings(to: String): String fun hello(to: String) = greetings(to) }