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

Get ticks in nanoseconds (usually 100 nanosecond precision) on the high resolution clock (most-likely TSC). This clock has no bearing on the actual system time. On success, timestamp will be set.