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

pub unsafe extern "C" fn cudaMemAdvise(
    devPtr: *const c_void,
    count: usize,
    advice: cudaMemoryAdvise,
    device: c_int
) -> cudaError_t