pub fn visit_key_constraint<'ast, V, T: AstInfo>(
    visitor: &mut V,
    node: &'ast KeyConstraint
)
where V: Visit<'ast, T> + ?Sized,