Retrieves the time of a clock.
fn clock_gettime(clock: i32, res: &mut timespec) -> i32
The id of the clock.
The place in which the time will be stored.
Returns success or an error value.
clock_gettime(2)