Decode Base64 string data
Pointer<UnsignedChar> DecodeDataBase64(Pointer<Char> data, Pointer<Int> outputSize) => _DecodeDataBase64(data, outputSize);