pub unsafe extern "C" fn aeron_archive_context_set_error_handler(
    ctx: *mut aeron_archive_context_t,
    error_handler: aeron_error_handler_t,
    clientd: *mut c_void,
) -> c_int
Expand description

Specify the callback to which errors are dispatched while executing archive client commands.