fn cosine_distance_inner( first: VectorRef<'_>, first_l2_norm: f32, second: VectorRef<'_>, ) -> Option<VectorDistanceType>