xdrmbuf_putbytes
return (xdrmbuf_putbytes(xdrs, (char *) &t, sizeof(int32_t)));
static bool_t xdrmbuf_putbytes(XDR *, const char *, u_int);
.x_putbytes = xdrmbuf_putbytes,