pub unsafe fn PdhLookupPerfIndexByNameW<P0, P1>(
    szmachinename: P0,
    sznamebuffer: P1,
    pdwindex: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,