_hash_record
h->t = calloc(h->size, sizeof(struct _hash_record));
struct _hash_record *t;
struct _hash_record *n;
n = calloc(ns, sizeof(struct _hash_record));