net_data_destroy
if (pthread_key_create(&key, net_data_destroy) != 0) {
net_data_destroy(net_data);
void net_data_destroy __P((void *));