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