clnt_raw_create
extern CLIENT *clnt_raw_create (rpcprog_t, rpcvers_t);
__weak_alias(clnt_raw_create,_clnt_raw_create)
return clnt_raw_create((rpcprog_t)prog, (rpcvers_t)vers);
clnt = clnt_raw_create(PROGNUM, VERSNUM);