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