pub unsafe extern "C" fn aeron_archive_context_set_owns_aeron_client(
    ctx: *mut aeron_archive_context_t,
    owns_aeron_client: bool,
) -> c_int
Expand description

Specify whether or not this context owns the client and, therefore, takes responsibility for closing it.