pub const unsafe fn ptr_offset_from_unsigned<T>(
ptr: *const T,
base: *const T,
) -> usize
🔬This is a nightly-only experimental API. (
core_intrinsics
)Available on non-crate feature
ferrocene_certified
only.Expand description
See documentation of <*const T>::offset_from_unsigned
for details.