pub const DecoratedLazyPath = struct
pub const DecoratedLazyPath = struct { prefix: []const u8, lazy_path: std.Build.LazyPath, suffix: []const u8, make_absolute: bool, }