pub unsafe extern "C" fn cudaGraphMemcpyNodeSetParamsFromSymbol(
    node: *mut CUgraphNode_st,
    dst: *mut c_void,
    symbol: *const c_void,
    count: usize,
    offset: usize,
    kind: cudaMemcpyKind
) -> cudaError