SetAttr
#define SetAttr(c,a) AttrOf(c) = ((a) & A_ATTRIBUTES) | WidecExt(c)
#define SetAttr(c,a) c = ((c) & ~A_ATTRIBUTES) | (a)