pub unsafe extern "C" fn aeron_subscription_image_count(
    subscription: *mut aeron_subscription_t
) -> c_int
Expand description

Count of images associated to this subscription.

@param subscription to count images for. @return count of count associated to this subscription or -1 for error.