pub unsafe fn PsQueryTotalCycleTimeProcess<P0>(
    process: P0,
    cycletimestamp: *mut u64,
) -> u64
where P0: Param<PEPROCESS>,