xdrrec_getbytes
ops.x_getbytes = xdrrec_getbytes;
static bool_t xdrrec_getbytes(XDR *, caddr_t, int);
if (!xdrrec_getbytes(xdrs, (caddr_t)&mylong, sizeof (int32_t)))
if (!xdrrec_getbytes(xdrs, (caddr_t)&myint, sizeof (int32_t)))
ops.x_getbytes = xdrrec_getbytes;
static bool_t xdrrec_getbytes();