pub unsafe fn PdhOpenQueryW<P0>(
    szdatasource: P0,
    dwuserdata: usize,
    phquery: *mut isize
) -> u32
where P0: IntoParam<PCWSTR>,