pub(crate) fn format_three_digits( output: &mut (impl Write + ?Sized), value: ru16<0, 999>, padding: Padding, ) -> Result<usize>
Format a three digit number with the specified padding.