cbor_type
cbor_type cbor_typeof(const cbor_item_t *item) { return item->type; }
CBOR_EXPORT cbor_type cbor_typeof(
cbor_type type;