pub fn show_uri_on_window(
    parent: Option<&impl IsA<Window>>,
    uri: &str,
    timestamp: u32
) -> Result<(), Error>
This is supported on crate feature v3_22 only.