pub fn check_ptr_overlap(a: NonNull<u8>, b: NonNull<u8>, sz: usize) -> bool
Checks if two pointers of to data of size sz overlap.
sz