Skip to main content

lua_checkstack

Function lua_checkstack 

Source
pub unsafe extern "C-unwind" fn lua_checkstack(
    L: *mut lua_State,
    sz: i32,
) -> i32
Available on crate feature mlua and (crate features lua51 or luajit) only.