void lua_createtable(ffi.Pointer<lua_State> L, int narr, int nrec) { return _lua_createtable(L, narr, nrec); }