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