pub trait SampleSinkProxyInterface: Send + Sync {
    // Required method
    fn on_sample_readied(&self, event: SampleSinkResult) -> Result<(), Error>;
}pub trait SampleSinkProxyInterface: Send + Sync {
    // Required method
    fn on_sample_readied(&self, event: SampleSinkResult) -> Result<(), Error>;
}