Contains a string of bytes and the count of those bytes
typedef struct {
nuint itemCount;
pnint8 itemPtr;
} NWDPOctetString, N_FAR *pNWDPOctetString;
nwdp_att.h
Specifies the number of elements in the array.
Points to the first array element.