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