Decode BASE64 byte sequence.
Decode BASE64 byte sequence pointed by
first with length n and put result to memory location pointed by result.
The length of len bytes sequence encoded in BASE64.
len is too large to be encoded as BASE64 string on this system
The length of len bytes sequence decoded from BASE64.
Encode byte sequence with BASE64.
Encode byte sequence pointed by first with length n with BASE64 and put result to memory location pointed by result.
Decode BASE64 byte sequence.
Decode BASE64 byte sequence between
first and last and put result to memory location pointed by result.