pub trait ProcessHandler { // Required method fn process(&mut self, ctx: &CallbackContext, nframes: NumFrames) -> i32; }
This trait defines a handler for the process callback