writeFATEntry
writeFATEntry(secondToLast, newCluster);
writeFATEntry(clusterNum, PCF_LASTCLUSTER32);
writeFATEntry(clusterNum, PCF_FREECLUSTER);
writeFATEntry(clusterNum, PCF_BADCLUSTER32);
extern void writeFATEntry(int32_t currentCluster, int32_t value);