INIT_HANDLE
#define INIT_HANDLE(h) (res_init() == 0)
#define INIT_HANDLE(h) ((h = dns_open(NULL)) != NULL)
#define INIT_HANDLE(h) (memset(&h, 0, sizeof(h)), res_ninit(&h) == 0)