pub fn dirnamePosix(path: []const u8) ?[]const u8
pub fn dirnamePosix(path: []const u8) ?[]const u8 { return dirnameInner(.posix, path); }