pub fn decode_unsigned(data: &[u8]) -> Result<u64, Error>
Decode an unsigned integer from big-endian bytes (1-8 bytes).