unsafe{} means "hey compiler, you cannot verify but this is safe, but I have." This code should be safe to use, unless the human involved has messed something up, in which case, it's a bug.
It's more that the possibility for UB now exists, than it definitely does.
It's more that the possibility for UB now exists, than it definitely does.