fn fmt_weekday_long( output: &mut (impl Write + ?Sized), weekday: Weekday, _: WeekdayLong, ) -> Result<usize>
Format the weekday into the designated output using the full name.