pub unsafe fn PerfQueryCounterSetRegistrationInfo<P0>(
    szmachine: P0,
    pcountersetid: *const GUID,
    requestcode: PerfRegInfoType,
    requestlangid: u32,
    pbreginfo: Option<&mut [u8]>,
    pcbreginfoactual: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>,