pub fn write_mat( fs: &mut impl FileStorageTrait, name: &str, value: &impl MatTraitConst, ) -> Result<()>