pub unsafe fn PdhOpenLogW<P0, P1>(
    szlogfilename: P0,
    dwaccessflags: PDH_LOG,
    lpdwlogtype: *mut PDH_LOG_TYPE,
    hquery: isize,
    dwmaxsize: u32,
    szusercaption: P1,
    phlog: *mut isize
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,