Function luaL_checkstack

Source
pub unsafe extern "C-unwind" fn luaL_checkstack(
    L: *mut lua_State,
    sz: i32,
    msg: *const i8,
)