fn fmt_month_short( output: &mut (impl Write + ?Sized), month: Month, _: MonthShort, ) -> Result<usize>
Format the month into the designated output using the abbreviated name.