1 #include <stddef.h> 2 #include <stdint.h> 3 #include <stdbool.h> 4 5 bool fuzz_one_input(const uint8_t *data, size_t size); 6