[][src]Function qt_core::q_compress_uchar_int

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

This is an overloaded function.

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

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.