Added two functions in the `C` library, which allow skipping the validation phase when loading pointless files. Use with care.
Added a boolean flag (`validate`) in the Python API when opening pointless files, which allows the caller to skip the validation when loading pointless files. Defaults to `True`. Use with care.
Added `GetFileNo()` function to Python Pointless Object which exposes the underlying file-descriptor of the open file.