PdfEncryptCallback typedef
        PdfEncryptCallback =
     Uint8List Function(Uint8List input, PdfObjectBase<PdfDataType>  object)
    
    
Callback used to encrypt the value of a PdfDictStream or a PdfEncStream
Implementation
typedef PdfEncryptCallback = Uint8List Function(
    Uint8List input, PdfObjectBase object);