pub const RPath = union(enum)
pub const RPath = union(enum) { lazy_path: LazyPath, special: []const u8, }