Function windows::Win32::System::Threading::GetProcessIoCounters
pub unsafe fn GetProcessIoCounters<P0>(
hprocess: P0,
lpiocounters: *mut IO_COUNTERS,
) -> Result<()>where
P0: Param<HANDLE>,