pub fn takeResultStderr(step: *Step, gpa: Allocator, owned: []const u8) void
pub fn takeResultStderr(step: *Step, gpa: Allocator, owned: []const u8) void { clearResultStderr(step, gpa); step.result_stderr = owned; }