pub fn write_toml_file(
    value: &impl Serialize,
    path: impl AsRef<Path>
) -> Result<(), TomlFileError>