pub fn dbus_address_get_stream_future(
    address: &str
) -> Pin<Box_<dyn Future<Output = Result<(IOStream, Option<GString>), Error>> + 'static>>