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