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