pub fn decode<'d>(src: &[u8], dst: Out<'d, [u8]>) -> Result<&'d mut [u8], Error>
Decodes a hex string to bytes case-insensitively.
This function returns Err if the content of src is invalid.
Err
src
This function will panic if the length of dst is not enough.
dst