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