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