Function vst3_s8

#[target_feature(enable = "neon")]
pub unsafe fn vst3_s8(a: *mut i8, b: int8x8x3_t)

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

Safety