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