hexstr2bin() function
hexstr2bin - Convert ASCII hex string into binary data @hex: ASCII hex string (e.g., "01ab") @buf: Buffer for the binary data @len: Length of the text to convert in bytes (of buf); hex will be double this size Returns: 0 on success, -1 on failure (invalid hex string)