internal static extern int IsfDecompressPacketData(
     CompressorSafeHandle hCompress,
     [In] byte [] pbCompressed,
     ref uint pcbCompressed,
     uint cInCount,
     [In, Out] int [] pbOutput,
     ref byte pnAlgoData
     );
 internal static extern int IsfCompressPacketData(
     CompressorSafeHandle hCompress,
     [In] int [] pbInput,
     [In] uint cInCount,
     ref byte pnAlgoByte,
     ref uint pcbOutput,
     [In, Out] byte [] pbOutput
     );
 internal static extern int IsfDecompressPacketData(
         CompressorSafeHandle hCompress,
         [In] byte [] pbCompressed,
         ref uint pcbCompressed, 
         uint cInCount,
         [In, Out] int [] pbOutput, 
         ref byte pnAlgoData 
     );
 internal static extern int IsfCompressPacketData(
         CompressorSafeHandle hCompress,
         [In] int [] pbInput,
         [In] uint cInCount, 
         ref byte pnAlgoByte,
         ref uint pcbOutput, 
         [In, Out] byte [] pbOutput 
     );