raw_deparse_str: Serialize a raw vector to a string
Description
This function converts a raw vector to a hexadecimal string,
optionally adding a prefix and a suffix.
It is roughly equivalent to
paste0(prefix, paste(format(x), collapse = ""), suffix)
and much faster.