Function vst3_u8

#[target_feature(enable = "neon")]
pub unsafe fn vst3_u8(a: *mut u8, b: uint8x8x3_t)

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

Safety