[][src]Function qt_core::q_compress_uchar2_int

pub unsafe fn q_compress_uchar2_int(
    data: impl CastInto<Ptr<c_uchar>>,
    nbytes: c_int,
    compression_level: c_int
) -> CppBox<QByteArray>

This is an overloaded function.

Calls C++ function: QByteArray qCompress(const unsigned char* data, int nbytes, int compressionLevel = …).

C++ documentation:

This is an overloaded function.

Compresses the first nbytes of data at compression level compressionLevel and returns the compressed data in a new byte array.