CONSTRUCTED
typedef enum { PRIMITIVE = 0x00, CONSTRUCTED = 0x20 } asn1_construction;
#define CONSTRUCTED 0x20 /* 1 = constructed */