pub unsafe extern "C" fn aeron_archive_get_and_own_control_response_subscription(
    aeron_archive: *mut aeron_archive_t,
) -> *mut aeron_subscription_t
Expand description

Retrieve the underlying aeron_subscription_t used for reading responses from the connected Aeron Archive.

Additionally, calling this function transfers ownership of the returned aeron_subscription_t to the caller. i.e. it is now the caller's responsibility to close the subscription. This is useful when wrapping the C library in other, high level languages.