pub fn base64_encode_url_safe(data: &[u8]) -> String
URL-safe Base64 encoding function Encodes input bytes into a URL-safe Base64 string.