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