pub fn emv_batch_with_kernel( high: &[f64], low: &[f64], _close: &[f64], volume: &[f64], kernel: Kernel, ) -> Result<EmvBatchOutput, EmvError>