boost::text::v1::to_lower
// In header: <boost/text/case_mapping.hpp> template<code_point_iter I, std::sentinel_for< I > S, std::weakly_incrementable O> case_mapping_result< I, O > to_lower(I first, S last, O out, case_language lang = case_language::other);