pub unsafe extern "C" fn luaL_checkstack(
    l: *mut lua_State,
    sz: c_int,
    msg: *const c_char
)