next_cluster_32
static int next_cluster_32(fstyp_pcfs_t *h, int n);
for (n = h->bs32.f_rootcluster; n != 0; n = next_cluster_32(h, n)) {