pub fn string_to_vec_u8(str: &str) -> Vec<u8> ⓘ
Converts a hexadecimal string (optionally prefixed with ‘0x’) to a vector of bytes.