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