void lua_sethook( ffi.Pointer<lua_State> L, lua_Hook func, int mask, int count, ) { return _lua_sethook(L, func, mask, count); }