Function lua_seti

Source
pub unsafe extern "C-unwind" fn lua_seti(
    L: *mut lua_State,
    idx: i32,
    n: i64,
)