pub type JpegDecodeCallback = Box<dyn Fn(&[u8]) -> Result<ImageData> + Send + Sync + 'static>;
Type alias for JPEG decode callbacks.
pub struct JpegDecodeCallback(/* private fields */);