#pragma once
#include <stdint.h>
uint32_t utils_file_crc32c(const char *filePath);
char utils_env_enabled(const char *env);