base64_decode -- Decodes data with MIME base64.
// 1. Function form.
void func::base64_decode(string* variable, string data)
// 2. Command form.
void sub::base64_decode(string data) > output
// 3. Stream form.
void stream::base64_decode() < input > output