pub unsafe extern "C" fn hipGraphMemcpyNodeSetParams1D(
node: hipGraphNode_t,
dst: *mut c_void,
src: *const c_void,
count: usize,
kind: hipMemcpyKind,
) -> hipError_tExpand description
@brief Sets a memcpy node’s parameters to perform a 1-dimensional copy.
@param [in] node - Instance of the node to set parameters of. @param [in] dst - Pointer to memory address of the destination. @param [in] src - Pointer to memory address of the source. @param [in] count - Size of the memory to copy. @param [in] kind - Type of memory copy. @returns #hipSuccess, #hipErrorInvalidValue