pub fn minify_document_with_custom_css_minifier<C: MinifyCss>( document: &mut Document, options: &MinifyOptions<C::Options>, css_minifier: &C, )