pub fn decode_hex(input: &str) -> Result<Vec<u8>, FromHexError>
Decode hex string with or without 0x prefix