pub fn set_system_dbus_property<I: Arg + Append>( name: &str, object: Path<'static>, interface: &str, property: &str, value: I, ) -> Result<(), Error>