__os_io
int __os_io __P((DB_IO *, int, ssize_t *));
ret = __os_io(&db_io, DB_IO_READ, &nr);
if ((ret = __os_io(&db_io, DB_IO_WRITE, &nw)) != 0) {