fn format(self: anytype, comptime f: []const u8, options: std.fmt.FormatOptions, writer: anytype) !void

Format GUID into hexadecimal lowercase xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx format

Parameters

self: @This(),
f: []const u8,
writer: anytype,