macro_rules! visit_opt {
    ($visitor:expr, $method:ident, $opt:expr $(, $($extra_args:expr),*)?) => { ... };
}