pub fn diff_pg_hba_rules( current: &[PgHbaRule], desired: &[PgHbaRule], ) -> Vec<PgHbaDiff>
Compare two sets of pg_hba rules and return differences