Function vst3_f64

#[target_feature(enable = "neon")]
pub unsafe fn vst3_f64(a: *mut f64, b: float64x1x3_t)

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

Safety