pub unsafe extern "C" fn cuGraphAddMemcpyNode(
phGraphNode: *mut CUgraphNode,
hGraph: CUgraph,
dependencies: *const CUgraphNode,
numDependencies: usize,
copyParams: *const CUDA_MEMCPY3D,
ctx: CUcontext,
) -> CUresultpub unsafe extern "C" fn cuGraphAddMemcpyNode(
phGraphNode: *mut CUgraphNode,
hGraph: CUgraph,
dependencies: *const CUgraphNode,
numDependencies: usize,
copyParams: *const CUDA_MEMCPY3D,
ctx: CUcontext,
) -> CUresult