[][src]Function nvml_wrapper_sys::bindings::nvmlDeviceGetNvLinkUtilizationCounter

pub unsafe extern "C" fn nvmlDeviceGetNvLinkUtilizationCounter(
    device: nvmlDevice_t,
    link: c_uint,
    counter: c_uint,
    rxcounter: *mut c_ulonglong,
    txcounter: *mut c_ulonglong
) -> nvmlReturn_t