res_mkquery
int res_mkquery(int, const char *, int, int, const u_char *,
n = res_mkquery(QUERY, name, qclass, T_TXT, NULL, 0,
__weak_reference(__res_mkquery, res_mkquery);
n = res_mkquery(QUERY,name,C_IN,type,NULL,0,NULL,buf,sizeof(buf));