The NT4SID structure defines a concrete type for a SID.
typedef struct { char Data[28]; } NT4SID;
Data: Bytes that make up a SID structure, as specified in [MS-DTYP] section 2.4.2, in little-endian byte order.