pub unsafe extern "C" fn hipStreamGetCaptureInfo(
stream: hipStream_t,
pCaptureStatus: *mut hipStreamCaptureStatus,
pId: *mut c_ulonglong,
) -> hipError_tExpand description
@brief Get capture status of a stream.
@param [in] stream - Stream of which to get capture status from. @param [out] pCaptureStatus - Returns current capture status. @param [out] pId - Unique capture ID.
@returns #hipSuccess, #hipErrorStreamCaptureImplicit