const PosixPath = struct
const PosixPath = struct { kind: enum { relative, absolute }, root: []const u8, }