pub fn decode_slice(
    data: &[u8],
    decoded: &mut [u8]
) -> Result<usize, DecodeError>
Expand description

以 URL 安全的方式,将指定的 Base64 字符串解码为二进制数据