pub type DynFsMemoryLimiter = Arc<dyn FsMemoryLimiter + Send + Sync>;
pub struct DynFsMemoryLimiter { /* private fields */ }