pub unsafe extern "C" fn nvjpegDecodeParamsSetROI(
    decode_params: nvjpegDecodeParams_t,
    offset_x: c_int,
    offset_y: c_int,
    roi_width: c_int,
    roi_height: c_int
) -> nvjpegStatus_t