pub const SYS_CLOCK_GETTIME: usize = 500; // 500usizeExpand description
Get the current time of a clock.
clock_id: clock identifier (CLOCK_REALTIME,CLOCK_MONOTONIC, etc.)tp_ptr: pointer to aTimespecstruct to receive the time
Returns 0 on success.