Function lua_rs::ffi::lua::lua_checkstack

source ·
pub unsafe extern "C" fn lua_checkstack(
    l: *mut lua_State,
    sz: c_int
) -> c_int