pub fn encode_b58c_plain(source: Vec<u8>) -> Result<String, Box<dyn Error>>
Encodes a Vec into a Base58Check encoded string, without checksumming the source Vec