pub unsafe extern "C" fn cudaGraphInstantiate(
pGraphExec: *mut cudaGraphExec_t,
graph: cudaGraph_t,
pErrorNode: *mut cudaGraphNode_t,
pLogBuffer: *mut c_char,
bufferSize: usize,
) -> cudaError_t
pub unsafe extern "C" fn cudaGraphInstantiate(
pGraphExec: *mut cudaGraphExec_t,
graph: cudaGraph_t,
pErrorNode: *mut cudaGraphNode_t,
pLogBuffer: *mut c_char,
bufferSize: usize,
) -> cudaError_t