pub unsafe extern "C" fn tjDecodeYUV(
handle: tjhandle,
srcBuf: *const c_uchar,
align: c_int,
subsamp: c_int,
dstBuf: *mut c_uchar,
width: c_int,
pitch: c_int,
height: c_int,
pixelFormat: c_int,
flags: c_int,
) -> c_int