pub type DspResetCallback = Option<fn(dsp_state: &DspState) -> Status>;
notify the user that the DSP has been reset
pub enum DspResetCallback { None, Some(fn(&DspState) -> Status), }
No value.
Some value of type T.
T