Function lua_checkstack

Source
pub unsafe extern "C" fn lua_checkstack(
    L: *mut lua_State,
    sz: i32,
) -> i32