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