macro_rules! with_builder {
    (
    ) => { ... };
    (
        $builder:ident $(in $($builder_path:tt)+)?
    ) => { ... };
}