pub fn decode(src: impl AsRef<[u8]>, dst: &mut [u8]) -> Result<&[u8], Error>
Decode a lower Base16 (hex) string into the provided destination buffer.