Function vld1_lane_p8

#[target_feature(enable = "neon")]
pub unsafe fn vld1_lane_p8(ptr: *const u8, src: poly8x8_t, LANE: i32) -> poly8x8_t

Load one single-element structure to one lane of one register. Arm's documentation

Safety