macro_rules! walk_visitable_list {
    ($visitor:expr, $list:expr $(, $($extra_args:expr),*)?) => { ... };
}