pub unsafe extern "C" fn hipGraphExecMemsetNodeSetParams(
hGraphExec: hipGraphExec_t,
node: hipGraphNode_t,
pNodeParams: *const hipMemsetParams,
) -> hipError_tExpand description
@brief Sets the parameters for a memset node in the given graphExec.
@param [in] hGraphExec - Instance of the executable graph with the node. @param [in] node - Instance of the node to set parameters of. @param [in] pNodeParams - Pointer to the parameters. @returns #hipSuccess, #hipErrorInvalidValue