Function rawpointer::ptrdistance 
source · pub fn ptrdistance<T>(start: *const T, end: *const T) -> usizeExpand description
Return the number of elements of T from start to end.
Return the arithmetic difference if T is zero size.