Callback function to let the user decide whether to abort loading if settings.json file exists and can't be parsed, or to ignore the error and overwrite the file.
Declared in <common/init.h>
using SettingsAbortFn = std::function<bool(bilingual_str const&, std::vector<std::string> const&)>;