Function vst3_s32

#[target_feature(enable = "neon")]
pub unsafe fn vst3_s32(a: *mut i32, b: int32x2x3_t)

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

Safety