pub fn head(path: impl AsRef<Path>, limit: usize) -> Result<Vec<u8>>
Reads the first N bytes from a file.
It is equivalent to head -c limit *nix utility.
head -c limit