DSEBitString
typedef struct
{
uint32 numberOfBits ;
uint32 numberOfBytes ;
char data ;
} DSEBitString;
Bit strings are padded to 4-byte boundaries.
This structure is used to fill a parameter in the DSEFaxNumber structure.