pub unsafe extern "C" fn cudaGraphAddChildGraphNode(
    pGraphNode: *mut *mut CUgraphNode_st,
    graph: *mut CUgraph_st,
    pDependencies: *const *mut CUgraphNode_st,
    numDependencies: usize,
    childGraph: *mut CUgraph_st
) -> cudaError