Function vst3_s64

#[target_feature(enable = "neon")]
pub unsafe fn vst3_s64(a: *mut i64, b: int64x1x3_t)

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

Safety