pub fn bop_batch_slice( open: &[f64], high: &[f64], low: &[f64], close: &[f64], kern: Kernel, ) -> Result<BopBatchOutput, BopError>