Function vst2q_f16

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

Store multiple 2-element structures from two registers Arm's documentation

Safety