pub fn update_scores_hashed_alifold<T>(
    x: &mut ScoresHashedPoss<T>,
    y: T,
    z: &SparseScores<T>,
    a: &ColSetsHashedCols<T>
)where
    T: HashIndex,