#ifndef FILE_UTILS_H #define FILE_UTILS_H unsigned char* read_file_bytes(const char* path, int* out_size); #endif