pub(crate) type Xattrs = RefCell<BTreeMap<Box<OsStr>, Box<[u8]>>>;
pub(crate) struct Xattrs { /* private fields */ }