allowNative

@get:JvmName(name = "getAllowNative")
@set:JvmName(name = "setAllowNative")
var allowNative: Boolean
Whether to allow the guest language to call native code. Defaults to `false`.

bool allow_native = 5;