Function windows::Win32::System::WindowsProgramming::QueryThreadCycleTime
pub unsafe fn QueryThreadCycleTime<P0>(
threadhandle: P0,
cycletime: *mut u64,
) -> Result<()>where
P0: Param<HANDLE>,