Function vst4_f16

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

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

Safety