pub unsafe extern "C" fn aws_sys_clock_get_ticks(
    timestamp: *mut u64
) -> c_int
Expand description

Get ticks in nanoseconds (usually 100 nanosecond precision) on the system clock. Reflects actual system time via nanoseconds since unix epoch. Use with care since an inaccurately set clock will probably cause bugs. On success, timestamp will be set.