#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>

bool fuzz_one_input(const uint8_t *data, size_t size);
