_cbor_map_add_key
if (!_cbor_map_add_key(ctx->stack->top->item, item)) {
if (!_cbor_map_add_key(item, pair.key)) return false;
_CBOR_NODISCARD CBOR_EXPORT bool _cbor_map_add_key(cbor_item_t *item,