pub unsafe fn PdhGetDefaultPerfObjectW<P0, P1>(
    szdatasource: P0,
    szmachinename: P1,
    szdefaultobjectname: PWSTR,
    pcchbuffersize: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,