Get wrapped FILE* with transfer of ownership.
Declared in <streams.h>
FILE*
release();
This will invalidate the AutoFile object, and makes it the responsibility of the caller of this function to clean up the returned FILE*.
The wrapped FILE*, which may be nullptr; the AutoFile no longer owns it.