pub type PFN_cuGraphConditionalHandleCreate = unsafe extern "C" fn(handle_out: *mut CUgraphConditionalHandle, graph: CUgraph, ctx: CUcontext, default_launch_value: c_uint, flags: c_uint) -> CUresult;