pub fn fmt_truncated_hex<const N: usize>( data: &[u8], f: &mut Formatter<'_>, ) -> Result
Formatting utility to truncate a vector of bytes to a hex string of max length N
N