type PatchMap = BTreeMap<&'static str, (Vec<FilePatch>, Option<&'static str>)>;
Map of patches keyed by name, with the file patches and an optional TOML patch
struct PatchMap { /* private fields */ }