pub type FileSystemRef = Arc<RwLock<Box<dyn VirtualFileSystem>>>;
struct FileSystemRef { /* private fields */ }