pub unsafe extern "C" fn aws_event_loop_current_clock_time(
    event_loop: *mut aws_event_loop,
    time_nanos: *mut u64
) -> c_int
Expand description

Gets the current timestamp for the event loop’s clock, in nanoseconds. This function is thread-safe.