pub fn inject_stylesheet<C>( root: Element, id: Option<&str>, content: &[u8], callback: Option<&C>, ) -> Result<()>where C: AsRef<Function>,