macro_rules! define_builder_numeric { ($rust_type:ident, $alias:literal, $builder_type:ident, $n_ty:ty) => { ... }; }