_CBOR_UNUSED
#define _CBOR_UNUSED(x) __attribute__((__unused__)) x
#define _CBOR_UNUSED(x) __pragma(warning(suppress : 4100 4101)) x
#define _CBOR_UNUSED(x) x