pub fn extract_hexe<T: AsRef<str>>(data: &[T]) -> Result<Vec<u8>, TramexError>
Extract hexadecimal data from a vector of strings.
Returns a TramexError if the hexe representation could not be extracted.