hdestroy1
void hdestroy1(void (*)(void *), void (*)(void *));
hdestroy1(NULL, NULL);
hdestroy1(free, NULL);