pub fn chop_cubic_at_max_curvature( src: &[Point; 4], t_values: &mut [NormalizedF32Exclusive; 3], dst: &mut [Point], ) -> usize