pub unsafe extern "C" fn tjDecompress(
    handle: tjhandle,
    jpegBuf: *mut c_uchar,
    jpegSize: c_ulong,
    dstBuf: *mut c_uchar,
    width: c_int,
    pitch: c_int,
    height: c_int,
    pixelSize: c_int,
    flags: c_int
) -> c_int