pub unsafe extern "C" fn nvjpegDecodeBatchedPreAllocate(
    handle: nvjpegHandle_t,
    jpeg_handle: nvjpegJpegState_t,
    batch_size: c_int,
    width: c_int,
    height: c_int,
    chroma_subsampling: nvjpegChromaSubsampling_t,
    output_format: nvjpegOutputFormat_t
) -> nvjpegStatus_t