[][src]Function cuda_driver_sys::cuMemcpyDtoDAsync_v2

pub unsafe extern "C" fn cuMemcpyDtoDAsync_v2(
    dstDevice: CUdeviceptr,
    srcDevice: CUdeviceptr,
    ByteCount: usize,
    hStream: CUstream
) -> CUresult