Function windows::Wdk::System::SystemServices::KeQueryTotalCycleTimeThread
pub unsafe fn KeQueryTotalCycleTimeThread<P0>(
thread: P0,
cycletimestamp: *mut u64,
) -> u64where
P0: Param<PKTHREAD>,