pub unsafe extern "C" fn cudaGraphKernelNodeSetAttribute(
    hNode: *mut CUgraphNode_st,
    attr: cudaKernelNodeAttrID,
    value: *const cudaKernelNodeAttrValue
) -> cudaError