pub fn get_flags_section<F>( signature: &Signature, help_style: &HelpStyle, formatter: F, ) -> Stringwhere F: FnMut(FormatterValue<'_>) -> String,