pub type AstNodePath<'ast> = AstNodePath<AstParentNodeRef<'ast>>;
struct AstNodePath<'ast> { /* private fields */ }