int lua_getfield(ffi.Pointer<lua_State> L, int idx, ffi.Pointer<ffi.Char> k) { return _lua_getfield(L, idx, k); }