Missing parenthesis in the `atomic_load_explicit` macro
There are missing parenthesis in the definition of atomic_load_explicit
macro in lib/isc/win32/include/isc/stdatomic.h
which results of always evaluating to sizeof(bool)
instead of getting the size of the actual expression.