Function ptr_guaranteed_cmp

const fn ptr_guaranteed_cmp<T>(ptr: *const T, other: *const T) -> u8

See documentation of <*const T>::guaranteed_eq for details. Returns 2 if the result is unknown. Returns 1 if the pointers are guaranteed equal. Returns 0 if the pointers are guaranteed inequal.