pub fn vec_mul(dst: &mut [f32], a: &[f32], b: &[f32])
Element-wise multiplication: dst[i] = a[i] * b[i].
dst[i] = a[i] * b[i]