pub unsafe extern "C" fn cudaGraphInstantiate(
    pGraphExec: *mut *mut CUgraphExec_st,
    graph: *mut CUgraph_st,
    pErrorNode: *mut *mut CUgraphNode_st,
    pLogBuffer: *mut i8,
    bufferSize: usize
) -> cudaError