enum io.Df1FileProtection

enum Df1FileProtection: uchar_t {
    Read      = 0x01,
    ReadWrite = 0x03,
};