AssumeNothrowFile.fp

The `fp` member of `AssumeNothrowFile` stores a C `FILE*` pointer to the underlying file.

struct AssumeNothrowFile
core.stdc.stdio.FILE* fp;