nvjpegJpegStreamGetComponentDimensions

Function nvjpegJpegStreamGetComponentDimensions 

Source
pub unsafe extern "C" fn nvjpegJpegStreamGetComponentDimensions(
    jpeg_stream: nvjpegJpegStream_t,
    component: c_uint,
    width: *mut c_uint,
    height: *mut c_uint,
) -> nvjpegStatus_t