std::encoding::hex

decode_bytes

fn usz? decode_bytes(char[] src, char[] dst)
Decodes src into bytes. Returns the actual number of bytes written to dst.

Expects that src only contains hexadecimal characters and that src has even
length.

Parameters