Function vst3_u64

#[target_feature(enable = "neon")]
pub unsafe fn vst3_u64(a: *mut u64, b: uint64x1x3_t)

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

Safety