pub fn render_pins_with_box<'a>( iter: impl Iterator<Item = (PinId, &'a Pin)>, bbox: Rect, accents: ShapeAccents<'_>, painter: &mut Style<'_, impl Renderer>, )