fn clock_gettime(clk_id: i32, tp: *timespec) ClockGetTimeError!void

TODO: change this to return the timespec as a return value TODO: look into making clk_id an enum

Parameters

clk_id: i32,
tp: *timespec,