uhash_ctx
ctx = (uhash_ctx_t)malloc(sizeof(uhash_ctx)+ALLOC_BOUNDARY);
uhash_ctx hash; /* Hash function for message compression */
typedef struct uhash_ctx *uhash_ctx_t;
memset(ahc, 0, sizeof(uhash_ctx));
typedef struct uhash_ctx *uhash_ctx_t;