pub const NULL_NODE: NodeIndex;
Sentinel value representing “no node” or “null node”. Used for optional children (e.g., else block in if expression).