pub type RootFilesystemEntryKind = RootFilesystemEntryKind;
#[repr(usize)]pub enum RootFilesystemEntryKind { File = 0, Directory = 1, Symlink = 2, }