Function vst4_lane_f16

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

Store multiple 4-element structures from four registers Arm's documentation

Safety