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