pub unsafe fn GetProcessIoCounters<P0>(
    hprocess: P0,
    lpiocounters: *mut IO_COUNTERS
) -> Result<()>
where P0: IntoParam<HANDLE>,