Replacement for std.file.read.
File contents, allocated with malloc. null on error. Note: the result file gets an additional terminal zero after the slice, so that it can be converted to a C string at no cost.
See Implementation
Replacement for std.file.read.