Close the wrapped file early and return the C fclose result.
fclose
Declared in <streams.h>
<streams.h>
[[nodiscard]] int fclose();
The result of the C fclose call, or 0 if no file was open.
The return value should not be discarded.