pub fn read_bytes_offset( path: &str, from: u64, to: u64, ) -> Result<Vec<u8>, FileError>
if it fails to read from from, that’s an error if it fails to read to to, that’s not an error
from
to