cbor_bytestring_copy
return cbor_bytestring_copy(item, &b->ptr, &b->len);
int cbor_bytestring_copy(const cbor_item_t *, unsigned char **, size_t *);