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