Function lua_rawseti

Source
pub unsafe extern "C" fn lua_rawseti(
    L: *mut State,
    index: i32,
    n: i32,
)