pub unsafe fn lua_pcall( L: *mut lua_State, nargs: c_int, nresults: c_int, errfunc: c_int, ) -> c_int