pub unsafe extern "C" fn aeron_subscription_async_remove_destination(
    async_: *mut *mut aeron_async_destination_t,
    client: *mut aeron_t,
    subscription: *mut aeron_subscription_t,
    uri: *const c_char
) -> c_int
Expand description

Remove a destination manually from a multi-destination-subscription.

@param async object to use for polling completion. @param subscription to remove destination from. @param uri for the destination to remove. @return 0 for success and -1 for error.