Function __arm_mte_ptrdiff
#[target_feature(enable = "mte")]
pub unsafe fn __arm_mte_ptrdiff<T, U>(a: *const T, b: *const U) -> i64
Calculate the difference between the address parts of two pointers, ignoring the tags, and sign-extending the result.