pub fn get_from_cbor_map<'a>( cbor_map: &'a mut [(Value, Value)], key: &Value, ) -> Option<&'a mut Value>