https://github.com/philanc/luazen/blob/5bd9954f9f57bc894756657efff8a1372768fd46/src/luazen.c#L53 It's defined as `static int` but doesn't return a value, and none of it's uses expect one. Should that be changed to `static void`?