cbor_pair
struct cbor_pair *it = cbor_map_handle(item);
if (!cbor_map_add(res, (struct cbor_pair){.key = key_copy,
struct cbor_pair *handle = cbor_map_handle(item);
bool cbor_map_add(cbor_item_t *item, struct cbor_pair pair) {
struct cbor_pair *cbor_map_handle(const cbor_item_t *item) {
return (struct cbor_pair *)item->data;
.data = _cbor_alloc_multiple(sizeof(struct cbor_pair), size)};
struct cbor_pair *data = cbor_map_handle(item);
item->data, sizeof(struct cbor_pair), new_allocation);
struct cbor_pair *data = cbor_map_handle(item);
_CBOR_NODISCARD CBOR_EXPORT struct cbor_pair *cbor_map_handle(
struct cbor_pair pair);
struct cbor_pair *items = cbor_map_handle(item);
struct cbor_pair *handle = cbor_map_handle(item);
struct cbor_pair pair;
struct cbor_pair pair;
struct cbor_pair pair;
struct cbor_pair pair;
struct cbor_pair pair;
struct cbor_pair alg;
struct cbor_pair *v;
struct cbor_pair pair;
struct cbor_pair argv[5];
struct cbor_pair kv[3];