pub fn do_snd_mute_all<T: AsRef<Path> + Debug>( socket_path: T, muted: bool, ) -> Result<(), ()>
Send a VmRequest for muting/unmuting snd all snd devices`
VmRequest