pub const SYS_CLOCK_GETTIME: usize = 500;
Get the current time of a clock.
clock_id
CLOCK_REALTIME
CLOCK_MONOTONIC
tp_ptr
Timespec
Returns 0 on success.
0