pub type RootFilesystemEntryEncoding = RootFilesystemEntryEncoding;
#[repr(usize)]pub enum RootFilesystemEntryEncoding { Utf8 = 0, Base64 = 1, }