pub fn apply_user_interface_to_composite_renderer_system<CR>(
    universe: &mut Universe
)where
    CR: CompositeRenderer + 'static,