pub unsafe extern "C" fn aeron_next_correlation_id( client: *mut aeron_t, ) -> i64
Return a unique correlation id from the driver.
@param client to use to get the id. @return unique correlation id or -1 for an error.