pub unsafe extern "C" fn hipThreadExchangeStreamCaptureMode(
mode: *mut hipStreamCaptureMode,
) -> hipError_tExpand description
@brief Swaps the stream capture mode of a thread.
@param [in] mode - Pointer to mode value to swap with the current mode. @returns #hipSuccess, #hipErrorInvalidValue
@warning This API is marked as Beta. While this feature is complete, it can change and might have outstanding issues.