pub type GuestDirEntry = GuestDirEntry;
pub struct GuestDirEntry { pub name: String, pub is_directory: bool, pub is_symbolic_link: bool, }
name: String
is_directory: bool
is_symbolic_link: bool