pub fn call_reset_dbus_method<I: AppendAll + Sync + Send + 'static, O: ReadAll + Sync + Send + 'static>( interface: &str, function: &str, params: I, ) -> Result<O, Error>