pub unsafe extern "C" fn aeron_counter_close(
    counter: *mut aeron_counter_t,
    on_close_complete: aeron_notification_t,
    on_close_complete_clientd: *mut c_void
) -> c_int
Expand description

Asynchronously close the counter.

@param counter to close. @return 0 for success or -1 for error.