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

pub unsafe extern "C" fn cudaMemRangeGetAttribute(
    data: *mut c_void,
    dataSize: usize,
    attribute: cudaMemRangeAttribute,
    devPtr: *const c_void,
    count: usize
) -> cudaError_t