pub fn impl_rsx_static<TComp: ComponentStatic, TBuilder: PropsBuilder<TComp::Props>>(
    props_builder: TBuilder,
    key: Option<Key>
) -> TComp::Element