pub fn base64_encode_to_string(data: &[u8]) -> String
uses base64_encode and converts the result to String
base64_encode
String