Function vst3_f32

#[target_feature(enable = "neon")]
pub unsafe fn vst3_f32(a: *mut f32, b: float32x2x3_t)

Store multiple 3-element structures from three registers Arm's documentation

Safety