pub unsafe fn get_time(time_type: ClockType) -> Result<ClockTime, SyscallError>
There are no safety requirements for this function. Its just that it’s a wrapper around a syscall.