pub fn addRPath(self: *NativePaths, s: []const u8) !void
pub fn addRPath(self: *NativePaths, s: []const u8) !void { try self.rpaths.append(self.arena, s); }