pub fn base16_decode_string<S>(x: &str) -> Result<S, Error>where S: Deserial,
Dual to base16_encode_string.