pub fn encode_str<'a>(src: &[u8], dst: &'a mut [u8]) -> Result<&'a str, Error>
Encode input byte slice into a &str containing upper Base16 (hex).
&str