! brief: Get the current link clock time in microseconds. Thread-safe: yes Realtime-safe: yes
int abl_link_clock_micros( abl_link link, ) { return _abl_link_clock_micros( link, ); }