Function Lcheckstack

Source
pub unsafe extern "C" fn Lcheckstack(
    state: lua_State,
    size: i32,
    msg: *const u8,
)
Expand description

Grows the stack size to top + size elements, raising an error if the stack cannot grow to that size. msg is an additional text to go into the error message.