Check if the trailing null character has been modified to detect buffer overflow in C extensions.
_PyUnicode_CheckConsistency() now always check if the trailing null character has been overridden to detect buffer overflow. Previously, it was only been checked if check_content parameter was non-zero.