pub unsafe extern "C" fn lua_next(
    L: *mut lua_State,
    idx: c_int
) -> c_int