make read_file_to_str_until_eof doc more explicit
the sz_out
param is set to what was read (i.e not including the final
NULL the function adds for convenience), but could be understood to
be set to what was read+1 (including the NULL terminator)
fix #40852 (closed)