Is there an equivalent of `afl-clang-fast` within `libfuzzer-sys`? ``` afl-clang-fast test.c -o test ``` I would like to develop my own fuzzer and utilize `libfuzzer-sys` solely for instrumentation.