pub fn display_circuit<F: AcirField>( circuit: &Circuit<F>, error_types: Option<&HashMap<ErrorSelector, String>>, f: &mut Formatter<'_>, ) -> Result