pub fn display_program<F: AcirField>( program: &Program<F>, error_types: Option<&HashMap<ErrorSelector, String>>, f: &mut Formatter<'_>, ) -> Result