Rationale: When bitcoin-cli help verifychain is called, the user doesn't get any documentation about the checklevel argument, leading to issues like #18995.
This PR addresses that issue and adds documentation for what each level does, and that each level includes the checks of the previous levels.
This is a backport of core#19005