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