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