pub type PFN_cuGraphAddHostNode = unsafe extern "C" fn(graph_node: *mut CUgraphNode, graph: CUgraph, dependencies: *const CUgraphNode, num_dependencies: usize, node_params: *const CUDA_HOST_NODE_PARAMS) -> CUresult;pub type PFN_cuGraphAddHostNode = unsafe extern "C" fn(graph_node: *mut CUgraphNode, graph: CUgraph, dependencies: *const CUgraphNode, num_dependencies: usize, node_params: *const CUDA_HOST_NODE_PARAMS) -> CUresult;