fn format_output<T, F, const N: usize>(input: [Wrapping<T>; 8], f: F) -> Outputwhere F: Fn(T) -> [u8; N], T: Copy,