pub unsafe fn PdhParseInstanceNameW<P0>(
    szinstancestring: P0,
    szinstancename: PWSTR,
    pcchinstancenamelength: *mut u32,
    szparentname: PWSTR,
    pcchparentnamelength: *mut u32,
    lpindex: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>,