fn decode_hex_string(hex_string: &str) -> Result<Vec<u8>, ArrowError>
Decode a hex-encoded string into bytes