ffi.Pointer<ffi.Char> lua_getlocal( ffi.Pointer<lua_State> L, ffi.Pointer<lua_Debug> ar, int n, ) { return _lua_getlocal( L, ar, n, ); }