pub const fn const_concat_with_prefix(
    strs: &'static [&'static str],
    prefix: &'static str,
    suffix: &'static str
) -> [u8; 4096]
Expand description

Converts a zero-terminated buffer of bytes into a UTF-8 string with the given prefix.