pub fn write_alignfold_prob_mats<T>(
    output_dir_path: &Path,
    alignfold_prob_mats_avg: &ProbMatSetsAvg<T>,
    match_probs_hashed_ids: &MatchProbsHashedIds<T>,
    produces_context_profs: bool,
    produces_match_probs: bool
)where
    T: HashIndex,