Undefined behavior detected when Mlucas is compiled on Windows with Clang and UBSan enabled:
../src/threadpool.c:452:5: runtime error: call to function mers_process_chunk through pointer to incorrect function type 'void (*)(void *, int)'
../src/threadpool.c:452:5: runtime error: call to function fermat_process_chunk through pointer to incorrect function type 'void (*)(void *, int)'
Undefined behavior detected when Mlucas is compiled on Windows with Clang and UBSan enabled: