fn get_uint(pairs: &[(Value, Value)], key: &str) -> Option<u64>
Helper to extract a u64 from a CBOR map by key.
Accepts the float form an encoder may use for a value past 32 bits — see as_u64.
as_u64