Default implementation for Mac (i.e. FuzzerExtFunctionsDlsym.cpp) does
not work when LLVMFuzzer* interface functions are defined in different
translation units and compiled with "-fvisibility=hidden" flag, as the linker
removes those as a dead code.
That is an alternative solution if we cannot adjust Chromium build config:
https://chromium-review.googlesource.com/c/chromium/src/+/812108