pub type GetComputedStyle = Rc<dyn Fn(&Element, Option<&str>) -> CssStyleDeclaration>;
pub struct GetComputedStyle { /* private fields */ }