Function cuGraphAddMemsetNode
pub unsafe fn cuGraphAddMemsetNode(
phGraphNode: *mut *mut CUgraphNode_st,
hGraph: *mut CUgraph_st,
dependencies: *const *mut CUgraphNode_st,
numDependencies: usize,
memsetParams: *const CUDA_MEMSET_NODE_PARAMS_st,
ctx: *mut CUctx_st,
) -> cudaError_enum