pub unsafe extern "C" fn lua_setcstacklimit(
    L: *mut lua_State,
    limit: c_uint
) -> c_int