pub fn load_cached_10d( storage_root: impl AsRef<Path>, model: AnatomyModel, organ_key: &str, ) -> Result<Vec<u8>, String>
Load a cached .10d for one organ. Returns Err if not cached or the file is unreadable.
.10d
Err