pub unsafe extern "C" fn hipGraphEventRecordNodeGetEvent(
node: hipGraphNode_t,
event_out: *mut hipEvent_t,
) -> hipError_tExpand description
@brief Returns the event associated with an event record node.
@param [in] node - Instance of the node to get event of. @param [out] event_out - Pointer to return the event. @returns #hipSuccess, #hipErrorInvalidValue