Function vst1_p8

#[target_feature(enable = "neon")]
pub unsafe fn vst1_p8(ptr: *mut u8, a: poly8x8_t)

Store multiple single-element structures from one, two, three, or four registers. Arm's documentation

Safety