pub unsafe extern "C" fn aeron_archive_context_set_credentials_supplier(
    ctx: *mut aeron_archive_context_t,
    encoded_credentials: aeron_archive_credentials_encoded_credentials_supplier_func_t,
    on_challenge: aeron_archive_credentials_challenge_supplier_func_t,
    on_free: aeron_archive_credentials_free_func_t,
    clientd: *mut c_void,
) -> c_int
Expand description

Specify the various credentials callbacks to use when connecting to the Aeron Archive.