Function vst3_lane_f32

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

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

Safety