fn normalizePath(bytes: []u8) void
fn normalizePath(bytes: []u8) void { assert(fs.path.sep != canonical_sep); std.mem.replaceScalar(u8, bytes, fs.path.sep, canonical_sep); }