Function cuGraphAddBatchMemOpNode
pub unsafe fn cuGraphAddBatchMemOpNode(
phGraphNode: *mut *mut CUgraphNode_st,
hGraph: *mut CUgraph_st,
dependencies: *const *mut CUgraphNode_st,
numDependencies: usize,
nodeParams: *const CUDA_BATCH_MEM_OP_NODE_PARAMS_v1_st,
) -> cudaError_enum