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