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