unsafe { abi::envoy_dynamic_module_callback_lb_get_degraded_hosts_count(self.lb_ptr, priority) }
/// An implementation of this trait is passed to the user's config creation function for defining
/// metrics. It can also be stored by the user and used at runtime (e.g., during host selection)
/// to record metric values. The raw pointer is safe to store and use from any thread because the
/// worker threads. Implementations must be `Sync` since they are accessed from worker threads.