unbzip2
size = unbzip2(fd, zfd, NULL, 0, NULL);
usize = unbzip2(STDIN_FILENO, STDOUT_FILENO,
static off_t unbzip2(int, int, char *, size_t, off_t *);