pub unsafe extern "C" fn cudaGraphAddDependencies(
    graph: *mut CUgraph_st,
    from: *const *mut CUgraphNode_st,
    to: *const *mut CUgraphNode_st,
    numDependencies: usize
) -> cudaError