const CHECKSUM_DISABLED: bool = false;
Determines if checksum checks should be disabled globally.
This is used only in fuzzing. afl automatically adds --cfg fuzzing to RUSTFLAGS which can be used to detect that build.
afl
--cfg fuzzing