use crate::;
/// A trivial handler that does nothing.
/// A trivial handler that does nothing.
/// Wrap a closure that can handle the `process` callback. This is called every time data from ports
/// is available from JACK.
pub type ClosureProcessHandler<F> = crateClosureProcessHandler;