pub async fn read_large_file(path: impl AsRef<Path>) -> Result<Vec<u8>, Error>
Reads a large file from the given path.
The file is read in an async manner.