[−][src]Function cuda::ffi::cuda_runtime_api::cudaMemPrefetchAsync
pub unsafe extern "C" fn cudaMemPrefetchAsync(
devPtr: *const c_void,
count: usize,
dstDevice: c_int,
stream: cudaStream_t
) -> cudaError_t