pub fn ppo_into_slice( dst: &mut [f64], input: &PpoInput<'_>, kern: Kernel, ) -> Result<(), PpoError>