ndo_reset
int (*ndo_reset)(struct ndr_stream *);
#define NDS_RESET(NDS) (*(NDS)->ndo->ndo_reset)(NDS)
static int ndo_reset(ndr_stream_t *);
ndo_reset,