typedef struct dictht {
dictEntry **table;
PORT_ULONG size;
PORT_ULONG sizemask;
PORT_ULONG used;
} dictht;
http://*.com/questions/4318881/in-c-what-does-a-variable-declaration-with-two-asterisks-mean
typedef struct dictht {
dictEntry **table;
PORT_ULONG size;
PORT_ULONG sizemask;
PORT_ULONG used;
} dictht;
http://*.com/questions/4318881/in-c-what-does-a-variable-declaration-with-two-asterisks-mean