[][src]Function cuda_driver_sys::cuMemcpyHtoDAsync_v2

pub unsafe extern "C" fn cuMemcpyHtoDAsync_v2(
    dstDevice: CUdeviceptr,
    srcHost: *const c_void,
    ByteCount: usize,
    hStream: CUstream
) -> CUresult