pub fn style_context_add_provider_for_display(
    display: &impl IsA<Display>,
    provider: &impl IsA<StyleProvider>,
    priority: u32
)