pub(crate) fn matched_pos_to_hunks(
    lhs_mps: &[MatchedPos],
    rhs_mps: &[MatchedPos]
) -> Vec<Hunk>