pub unsafe extern "C" fn nvjpegDecodeBatched(
    handle: nvjpegHandle_t,
    jpeg_handle: nvjpegJpegState_t,
    data: *const *const c_uchar,
    lengths: *const usize,
    destinations: *mut nvjpegImage_t,
    stream: cudaStream_t
) -> nvjpegStatus_t