pub fn content_deserialize_future(
    stream: &impl IsA<InputStream> + Clone + 'static,
    mime_type: &str,
    type_: Type,
    io_priority: Priority
) -> Pin<Box<dyn Future<Output = Result<Value, Error>> + 'static>>