Function windows::Win32::System::Performance::PerfSetULongCounterValue

pub unsafe fn PerfSetULongCounterValue<P0>(
    provider: P0,
    instance: *mut PERF_COUNTERSET_INSTANCE,
    counterid: u32,
    value: u32,
) -> u32
where P0: Param<HANDLE>,