pub unsafe extern "C" fn tjCompressFromYUVPlanes(
    handle: tjhandle,
    srcPlanes: *mut *const c_uchar,
    width: c_int,
    strides: *const c_int,
    height: c_int,
    subsamp: c_int,
    jpegBuf: *mut *mut c_uchar,
    jpegSize: *mut c_ulong,
    jpegQual: c_int,
    flags: c_int
) -> c_int