pub unsafe fn QueryThreadCycleTime<P0>(
    threadhandle: P0,
    cycletime: *mut u64
) -> Result<()>
where P0: IntoParam<HANDLE>,