pub fn base64_decode_stream<'x>( stream: impl Iterator<Item = &'x u8>, stream_len: usize, stop_char: u8, ) -> Option<Vec<u8>>