Function vst4_p64

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

Store multiple 4-element structures from four registers Arm's documentation

Safety