base64_url
pub fn decode_to_slice<T: ?Sized + AsRef<[u8]>>( input: &T, output: &mut [u8]) -> Result<usize, DecodeError>
Decode a Base64-URL string to data into a slice and return the valid length.