```elixir Lua.State.new |> Lua.set_global(:a, 0) |> Lua.eval_file!("lib/test.lua") ``` says `function Lua.set_global/3 is undefined or private`