True when the binary is compiled in fuzzing mode.
Declared in <util/check.h>
<util/check.h>
inline constexpr bool G_FUZZING_BUILD = { #ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION true #else false #endif };