pub unsafe extern "C" fn tjDecompressHeader2(
    handle: tjhandle,
    jpegBuf: *mut c_uchar,
    jpegSize: c_ulong,
    width: *mut c_int,
    height: *mut c_int,
    jpegSubsamp: *mut c_int
) -> c_int