pub unsafe fn InstallPerfDllW<P0, P1>(
    szcomputername: P0,
    lpinifile: P1,
    dwflags: usize
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,