[][src]Function cuda::ffi::cuda_runtime_api::cudaMemcpy

pub unsafe extern "C" fn cudaMemcpy(
    dst: *mut c_void,
    src: *const c_void,
    count: usize,
    kind: cudaMemcpyKind
) -> cudaError_t