pub const DecoratedArtifact = struct
pub const DecoratedArtifact = struct { prefix: []const u8, suffix: []const u8, artifact: *Step.Compile, make_absolute: bool, }