pub(crate) type FileSystemFlags = FileSystemFlags;
pub(crate) struct FileSystemFlags { pub create: bool, pub exclusive: bool, }
create: bool
exclusive: bool