check_bootsector
status_t status = check_bootsector(bootsectorBuffer, fatType, dos33);
status_t status = check_bootsector(buf, type, dos33);
status_t check_bootsector(const uint8* bootsector, FatType& _type, bool& _dos33);