#pragma once #include #define EXPORT __attribute__((visibility("default"))) EXPORT std::string mime_type(const std::string& path);