pub trait IAudioEndpointControl_Impl: Sized { // Required methods fn Start(&self) -> Result<()>; fn Reset(&self) -> Result<()>; fn Stop(&self) -> Result<()>; }