Check all crates that define macros and put the macro-related reexports into a private module that will be excempt from semver.
### More found in:
- [x] frame/election-provider-support/src/lib.rs paritytech/substrate#14375
- [x] frame/support/src/lib.rs paritytech/substrate#14745
- [x] frame/benchmarking/src/lib.rs paritytech/substrate#14787
- [x] frame/support/src/dispatch.rs paritytech/polkadot-sdk#1162