fn display_invalid_keystore_entries(
affected_keystores: &[InvalidKeystoreEntries<'_>],
)Expand description
Helper function for run_check_integrity that reduces cognitive complexity.
Displays invalid keystore entries grouped by KeystoreId, showing the raw_id
of each key and the associated error message in a unified report to the user.
If no invalid entries are provided, nothing is printed.