pub fn inc_c_stack(state: &mut LuaState) -> Result<(), LuaError>
Increment the C-call depth counter, checking for overflow.
// L->n_ccalls++; // if (l_unlikely(getCcalls(L) >= LUAI_MAXCCALLS)) // luaE_checkcstack(L); // }