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