pub type NodeFieldId = NonZero<u16>;
Field ID (tree-sitter uses NonZeroU16).
pub struct NodeFieldId(/* private fields */);