pub fn consensus_decode_bytes_static_from_finite_reader<const N: usize, D: Read>( r: &mut D, ) -> Result<[u8; N], DecodeError>
Specialized version of Decodable for fixed-size byte arrays