macro_rules! make_limited_int_setter {
    ($attr:ident, $htmlname:tt, $default:expr) => { ... };
}