pub unsafe extern "C" fn clock_gettime( __clock_id: clockid_t, __tp: *mut timespec, ) -> c_int
Get current value of clock CLOCK_ID and store it in TP.