pub unsafe extern "C" fn aeron_archive_get_and_own_archive_context(
aeron_archive: *mut aeron_archive_t,
) -> *mut aeron_archive_context_t
Expand description
Retrieve the underlying aeron_archive_context_t used to configure the provided aeron_archive_t.
Additionally, calling this function transfers ownership of the returned aeron_archive_context_t to the caller. i.e. it is now the the caller's responsibility to close the context. This is useful when wrapping the C library in other, higher level languages.