pub fn setResultStderr(step: *Step, gpa: Allocator, bytes: []const u8) Allocator.Error!void
pub fn setResultStderr(step: *Step, gpa: Allocator, bytes: []const u8) Allocator.Error!void { takeResultStderr(step, gpa, try gpa.dupe(u8, bytes)); }