xdr_int64_t
extern bool_t xdr_int64_t(XDR *, int64_t *);
__weak_alias(xdr_int64_t,_xdr_int64_t)
return (xdr_int64_t(xdrs, (int64_t *)llp));