pub fn get_accuracy_expected<T>(
    seq_pair: &SeqPair<'_>,
    alignfold: &PairAlignfold<T>,
    match_probs: &SparseProbMat<T>
) -> Scorewhere
    T: HashIndex,