bcopywrap
printdstlist(&dest, bcopywrap, dest.ipld_name, opts, nodes, NULL);
printhash(&iph, bcopywrap, iph.iph_name, opts, NULL);
(void) printpool(&pool, bcopywrap, pool.ipo_name, opts, NULL);
(void) printdstlistnode(entry, bcopywrap, opts, fields);
node = printdstlistnode(n, bcopywrap, opts, fields);
(void) printhashnode(hp, &entry, bcopywrap, opts, fields);
# define COPYIN(a,b,c) bcopywrap((a), (b), (c))
# define COPYOUT(a,b,c) bcopywrap((a), (b), (c))
extern int bcopywrap(void *, void *, size_t);
extern int bcopywrap(void *, void *, size_t);
printhash(iph, bcopywrap, NULL, opts, NULL);
printpool(ipl, bcopywrap, NULL, opts, NULL);