#[allow(non_snake_case)]/// C++ `gnext(n)` = `(n)->key.next`. The bitfield-packed `next` has no stable
/// address, so this returns the value (the pointer form was a mis-port; unused).
pubunsafefngnext_n_mut(n:*mutcrate::records::lua_node::LuaNode)->i32{(*n).key.next()}