_clock_gettime_via_syscall

Function _clock_gettime_via_syscall 

Source
unsafe fn _clock_gettime_via_syscall(
    clockid: c_int,
    res: *mut Timespec,
) -> Result<()>