Function prefetch

Source
unsafe extern "unadjusted" fn prefetch(
    p: *const i8,
    rw: i32,
    loc: i32,
    ty: i32,
)
Available on AArch64 or target_arch="arm64ec" only.