write_to_file
if ((error = write_to_file(opts->hdr_file_out, ehdr, sizeof(*ehdr))) != 0) {
int write_to_file(const char *file, void *mem, size_t bytes);