write_struct
write_struct(RPCBFILE, (xdrproc_t)xdr_rpcblist_ptr, &list_rbl);
write_struct(PMAPFILE, (xdrproc_t)xdr_pmaplist_ptr, &list_pml);
static bool_t write_struct(char *, xdrproc_t, void *);