pub fn format_hyphenated<'d>(
    src: &[u8; 16],
    dst: Out<'d, [u8; 36]>,
    case: AsciiCase
) -> &'d mut [u8; 36]
Expand description

Formats an UUID to a hyphenated UUID string.