_cbor_encode_byte
return _cbor_encode_byte(0xBF, buffer, buffer_size);
return value ? _cbor_encode_byte(0xF5, buffer, buffer_size)
: _cbor_encode_byte(0xF4, buffer, buffer_size);
return _cbor_encode_byte(0xF6, buffer, buffer_size);
return _cbor_encode_byte(0xF7, buffer, buffer_size);
return _cbor_encode_byte(0xFF, buffer, buffer_size);
return _cbor_encode_byte(0x5F, buffer, buffer_size);
return _cbor_encode_byte(0x7F, buffer, buffer_size);
return _cbor_encode_byte(0x9F, buffer, buffer_size);