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