Function windows::Win32::System::Performance::PerfCreateInstance

pub unsafe fn PerfCreateInstance<P0, P1>(
    providerhandle: P0,
    countersetguid: *const GUID,
    name: P1,
    id: u32,
) -> *mut PERF_COUNTERSET_INSTANCE
where P0: Param<HANDLE>, P1: Param<PCWSTR>,