pub(crate) fn write_hundreds(w: &mut impl Write, n: u8) -> Result
Equivalent to {:02} formatting for n < 100.
{:02}