pub type FixedDriftDerivFn = Box<dyn Fn(usize, &Array1<f64>) -> Result<Option<DriftDerivResult>, String> + Send + Sync>;
pub struct FixedDriftDerivFn(/* private fields */);