Function vst3_lane_f16

#[target_feature(enable = "neon")]
pub unsafe fn vst3_lane_f16(a: *mut f16, b: float16x4x3_t, LANE: i32)

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

Safety