SanityCheckASMap(asmap, bits) simply calls through to SanityCheckASMap(asmap)
in util/asmap. Update all callers to simply call that function.
This is a backport of [[https://github.com/bitcoin/bitcoin/pull/22911 | core#22911]] [2/4]
https://github.com/bitcoin/bitcoin/pull/22911/commits/bfdf4ef334a16ef6108a658bf4f8514754128c18#
Depends on D10779