pub unsafe extern "C" fn hipGraphKernelNodeSetAttribute(
hNode: hipGraphNode_t,
attr: hipLaunchAttributeID,
value: *const hipLaunchAttributeValue,
) -> hipError_tExpand description
@brief Sets a node’s attribute.
@param [in] hNode - Instance of the node to set parameters of. @param [in] attr - The attribute type to be set. @param [in] value - const pointer to the parameters. @returns #hipSuccess, #hipErrorInvalidValue