int lua_getglobal( ffi.Pointer<lua_State> L, ffi.Pointer<ffi.Char> name, ) { return _lua_getglobal( L, name, ); }