Detection of implicit cast from a boolean into an int, or an
isc_result_t into a boolean (either in an assignement or return
position).
If such pattern is found, a warning comment is added into the code (and
the CI will fails) so the error can be spotted and manually fixed.
Merge branch 'colin/cocci-detect-iscresult-int-implicit-casts' into 'main'
See merge request isc-projects/bind9!11095