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